Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h173 const char *GetShell();
H A DSBPlatform.h69 const char *GetShell();
/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h75 const FileSpec &GetShell() const;
/llvm-project/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py92 self.assertIn("/bin/zsh", sh_cmd.GetShell())
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp137 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/llvm-project/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp677 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp950 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
H A DTarget.cpp3468 bool with_shell = !!launch_info.GetShell(); in Attach()
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm1175 if (launch_info.GetShell() == FileSpec()) {
/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()