Home
last modified time | relevance | path

Searched refs:m_remote_platform_sp (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp49 m_remote_platform_sp() {} in PlatformPOSIX()
62 if (m_remote_platform_sp) in GetModuleSpec()
106 if (m_remote_platform_sp) in RunShellCommand()
272 if (m_remote_platform_sp) in GetProcessInfo()
282 if (m_remote_platform_sp) in FindProcesses()
290 if (m_remote_platform_sp) in MakeDirectory()
298 if (m_remote_platform_sp) in GetFilePermissions()
307 if (m_remote_platform_sp) in SetFilePermissions()
629 if (m_remote_platform_sp) in CalculateMD5()
663 if (m_remote_platform_sp) in GetRemoteOSBuildString()
[all …]
H A DPlatformPOSIX.h193 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp150 if (m_remote_platform_sp) in GetSupportedArchitectureAtIndex()
151 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
256 if (m_remote_platform_sp) in LaunchProcess()
257 error = m_remote_platform_sp->LaunchProcess(launch_info); in LaunchProcess()
274 debugger, "", emptyArchSpec, eLoadDependentsNo, m_remote_platform_sp, in Attach()
292 if (m_remote_platform_sp) in Attach()
294 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp141 if (m_remote_platform_sp) in GetSupportedArchitectureAtIndex()
142 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp142 if (m_remote_platform_sp) in GetSupportedArchitectureAtIndex()
143 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()