Home
last modified time | relevance | path

Searched refs:GetRemoteSystemArchitecture (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp249 ArchSpec PlatformRemoteGDBServer::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in PlatformRemoteGDBServer
525 ArchSpec remote_arch = GetRemoteSystemArchitecture(); in LaunchGDBServer()
732 m_remote_signals_sp = UnixSignals::Create(GetRemoteSystemArchitecture()); in GetRemoteUnixSignals()
H A DPlatformRemoteGDBServer.h94 ArchSpec GetRemoteSystemArchitecture() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h80 lldb_private::ArchSpec GetRemoteSystemArchitecture() override;
H A DPlatformPOSIX.cpp686 ArchSpec PlatformPOSIX::GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function in PlatformPOSIX
688 return m_remote_platform_sp->GetRemoteSystemArchitecture(); in GetRemoteSystemArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h272 virtual ArchSpec GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp964 m_system_arch = GetRemoteSystemArchitecture(); in GetSystemArchitecture()