Home
last modified time | relevance | path

Searched refs:SetShell (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp157 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo
158 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLaunchInfo.h118 void SetShell(const char *path);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h80 void SetShell(const FileSpec &shell);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp144 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
H A DProcess.cpp514 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()
516 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp484 launch_info.SetShell(HostInfo::GetDefaultShell()); in RunShellCommand()