Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBLaunchInfo.cpp246 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo
251 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell()
HDSBPlatform.cpp205 const char *SBPlatformShellCommand::GetShell() { in GetShell() function in SBPlatformShellCommand
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBLaunchInfo.h173 const char *GetShell();
HDSBPlatform.h69 const char *GetShell();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDProcessLaunchInfo.h75 const FileSpec &GetShell() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDProcessLaunchInfo.cpp137 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp946 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
HDTarget.cpp3340 bool with_shell = !!launch_info.GetShell(); in Launch()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp3486 void GetShell(ProcessLaunchInfo &launch_info) { in GetShell() function in curses::ProcessLaunchFormDelegate
3536 GetShell(launch_info); in GetLaunchInfo()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp35687 result = (char *)(arg1)->GetShell(); in _wrap_SBLaunchInfo_GetShell()
41924 result = (char *)(arg1)->GetShell(); in _wrap_SBPlatformShellCommand_GetShell()