Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i98 GetShell ();
H A DSBPlatform.i65 GetShell();
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp243 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo
248 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
H A DSBPlatform.cpp201 const char *SBPlatformShellCommand::GetShell() { in GetShell() function in SBPlatformShellCommand
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h146 const char *GetShell();
H A DSBPlatform.h65 const char *GetShell();
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py90 self.assertIn('/bin/zsh', sh_cmd.GetShell())
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h76 const FileSpec &GetShell() const;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp674 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1009 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
H A DTarget.cpp3142 bool with_shell = !!launch_info.GetShell(); in Launch()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1141 if (launch_info.GetShell() == FileSpec()) {
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3485 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell() function in curses::ProcessLaunchFormDelegate
3535 GetShell(launch_info); in GetLaunchInfo()