Home
last modified time | relevance | path

Searched defs:GetShell (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp243 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo
H A DSBPlatform.cpp201 const char *SBPlatformShellCommand::GetShell() { in GetShell() function in SBPlatformShellCommand
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3487 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell() function in curses::ProcessLaunchFormDelegate