Searched refs:GetShell (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 256 const char *SBLaunchInfo::GetShell() { in GetShell() function in SBLaunchInfo 257 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBLaunchInfo, GetShell); in GetShell() 261 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell() 438 LLDB_REGISTER_METHOD(const char *, SBLaunchInfo, GetShell, ()); in RegisterMethods()
|
| H A 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() 735 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetShell, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBLaunchInfo.i | 98 GetShell ();
|
| H A D | SBPlatform.i | 65 GetShell();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 146 const char *GetShell();
|
| H A D | SBPlatform.h | 65 const char *GetShell();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 76 const FileSpec &GetShell() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 199 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 140 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1027 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
|
| H A D | Target.cpp | 3060 bool with_shell = !!launch_info.GetShell(); in Launch()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31367 result = (char *)(arg1)->GetShell(); in _wrap_SBLaunchInfo_GetShell() 37241 result = (char *)(arg1)->GetShell(); in _wrap_SBPlatformShellCommand_GetShell()
|