Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBLaunchInfo.cpp210 SBLaunchInfo::GetShell () in GetShell() function in SBLaunchInfo
214 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBLaunchInfo.h139 GetShell ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h105 GetShell () const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp189 ProcessLaunchInfo::GetShell () const in GetShell() function in ProcessLaunchInfo
HDPlatform.cpp1211 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
HDTarget.cpp2673 bool with_shell = !!launch_info.GetShell(); in Launch()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp793 if (launch_info.GetShell() == nullptr) in LaunchProcessPosixSpawn()