Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/android/
H A DHostInfoAndroid.h20 static FileSpec GetDefaultShell();
/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h34 static FileSpec GetDefaultShell();
/llvm-project/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h35 static FileSpec GetDefaultShell();
/llvm-project/lldb/source/Host/android/
H A DHostInfoAndroid.cpp30 FileSpec HostInfoAndroid::GetDefaultShell() { in GetDefaultShell() function in HostInfoAndroid
/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp134 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/llvm-project/lldb/source/Host/windows/
H A DHostInfoWindows.cpp113 FileSpec HostInfoWindows::GetDefaultShell() { in GetDefaultShell() function in HostInfoWindows
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp157 FileSpec HostInfoPosix::GetDefaultShell() { in GetEnvironmentVar()
134 FileSpec HostInfoPosix::GetDefaultShell() { GetDefaultShell() function in HostInfoPosix
/llvm-project/lldb/source/Host/common/
H A DHost.cpp430 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp495 HostInfo::GetDefaultShell().GetPath().c_str()); in Initialize()