Home
last modified time | relevance | path

Searched refs:GetShell (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp246 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo
251 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
H A DSBPlatform.cpp205 const char *SBPlatformShellCommand::GetShell() { in GetShell() function in SBPlatformShellCommand
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h173 const char *GetShell();
H A DSBPlatform.h69 const char *GetShell();
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h75 const FileSpec &GetShell() const;
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp137 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp946 const FileSpec &shell = launch_info.GetShell(); in ConnectRemote()
H A DTarget.cpp3340 bool with_shell = !!launch_info.GetShell(); in Launch()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3486 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell() function in curses::ProcessLaunchFormDelegate
3536 GetShell(launch_info); in GetLaunchInfo()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]