Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i98 GetShell ();
H A DSBPlatform.i65 GetShell();
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h146 const char *GetShell();
H A DSBPlatform.h65 const char *GetShell();
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h76 const FileSpec &GetShell() const;
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp675 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1012 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
H A DTarget.cpp3238 bool with_shell = !!launch_info.GetShell(); in Launch()
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1141 if (launch_info.GetShell() == FileSpec()) {
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3487 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell() function in curses::ProcessLaunchFormDelegate
3537 GetShell(launch_info); in GetLaunchInfo()