Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp150 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo
153 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLaunchInfo.h116 const char *GetShell();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h78 const FileSpec &GetShell() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp203 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp142 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
H A DPlatform.cpp1062 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
H A DTarget.cpp2932 bool with_shell = !!launch_info.GetShell(); in Launch()