Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h68 bool GetRemoteOSVersion() override;
H A DPlatform.h220 virtual bool GetRemoteOSVersion() { return false; } in GetRemoteOSVersion() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h77 bool GetRemoteOSVersion() override;
H A DPlatformRemoteGDBServer.cpp155 bool PlatformRemoteGDBServer::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformRemoteGDBServer
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp188 bool RemoteAwarePlatform::GetRemoteOSVersion() { in GetRemoteOSVersion() function in RemoteAwarePlatform
H A DPlatform.cpp326 m_os_version_set_while_connected = GetRemoteOSVersion(); in GetOSVersion()