Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/android/
H A DHostInfoAndroid.h20 static FileSpec GetDefaultShell();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h33 static FileSpec GetDefaultShell();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h35 static FileSpec GetDefaultShell();
/openbsd-src/gnu/llvm/lldb/source/Host/android/
H A DHostInfoAndroid.cpp30 FileSpec HostInfoAndroid::GetDefaultShell() { in GetDefaultShell() function in HostInfoAndroid
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp132 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHostInfoWindows.cpp113 FileSpec HostInfoWindows::GetDefaultShell() { in GetDefaultShell() function in HostInfoWindows
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp134 FileSpec HostInfoPosix::GetDefaultShell() { in GetDefaultShell() function in HostInfoPosix
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp417 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp475 HostInfo::GetDefaultShell().GetPath().c_str()); in Initialize()