Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h66 bool GetRemoteOSVersion() override;
H A DPlatform.h244 virtual bool GetRemoteOSVersion() { return false; } in GetRemoteOSVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h83 bool GetRemoteOSVersion() override;
H A DPlatformRemoteGDBServer.cpp239 bool PlatformRemoteGDBServer::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformRemoteGDBServer
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp327 bool RemoteAwarePlatform::GetRemoteOSVersion() { in GetRemoteOSVersion() function in RemoteAwarePlatform
H A DPlatform.cpp483 m_os_version_set_while_connected = GetRemoteOSVersion(); in GetOSVersion()