Home
last modified time | relevance | path

Searched refs:GetShell (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp256 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 DSBPlatform.cpp221 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 DSBLaunchInfo.i98 GetShell ();
H A DSBPlatform.i65 GetShell();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h146 const char *GetShell();
H A DSBPlatform.h65 const char *GetShell();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h76 const FileSpec &GetShell() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp199 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp140 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell() function in ProcessLaunchInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1027 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess()
H A DTarget.cpp3060 bool with_shell = !!launch_info.GetShell(); in Launch()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31367 result = (char *)(arg1)->GetShell(); in _wrap_SBLaunchInfo_GetShell()
37241 result = (char *)(arg1)->GetShell(); in _wrap_SBPlatformShellCommand_GetShell()