Searched refs:GetShell (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBLaunchInfo.cpp | 252 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo 253 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBLaunchInfo, GetShell); in GetShell() 257 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell() 387 LLDB_REGISTER_METHOD(const char *, SBLaunchInfo, GetShell, ()); in RegisterMethods()
|
D | SBPlatform.cpp | 221 const char *SBPlatformShellCommand::GetShell() { in GetShell() function in SBPlatformShellCommand 222 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformShellCommand, GetShell); in GetShell() 736 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetShell, ()); in RegisterMethods()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBLaunchInfo.i | 95 GetShell ();
|
D | SBPlatform.i | 59 GetShell();
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBLaunchInfo.h | 146 const char *GetShell();
|
D | SBPlatform.h | 65 const char *GetShell();
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessLaunchInfo.h | 75 const FileSpec &GetShell() const;
|
/external/llvm-project/lldb/test/API/commands/platform/basic/ |
D | TestPlatformPython.py | 91 self.assertIn('/bin/zsh', sh_cmd.GetShell())
|
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
D | PlatformNetBSD.cpp | 199 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
|
/external/llvm-project/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 230 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 1202 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1027 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
|
D | Target.cpp | 3030 bool with_shell = !!launch_info.GetShell(); in Launch()
|