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