Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h33 static FileSpec GetDefaultShell();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp134 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp134 FileSpec HostInfoPosix::GetDefaultShell() { in GetDefaultShell() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp413 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp479 HostInfo::GetDefaultShell().GetPath().c_str()); in Initialize()