Home
last modified time | relevance | path

Searched refs:GetDefaultShell (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h32 static FileSpec GetDefaultShell();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp122 FileSpec HostInfoPosix::GetDefaultShell() { return FileSpec("/bin/sh"); } in GetDefaultShell() function in HostInfoPosix
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp484 launch_info.SetShell(HostInfo::GetDefaultShell()); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp411 HostInfo::GetDefaultShell().GetPath().c_str()); in Initialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp516 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()