Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h54 bool GetRemoteOSVersion() override;
H A DPlatformAndroid.cpp339 bool PlatformAndroid::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformAndroid
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h67 bool GetRemoteOSVersion() override;
H A DPlatform.h233 virtual bool GetRemoteOSVersion() { return false; } in GetRemoteOSVersion() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h77 bool GetRemoteOSVersion() override;
H A DPlatformRemoteGDBServer.cpp149 bool PlatformRemoteGDBServer::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformRemoteGDBServer
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp301 bool RemoteAwarePlatform::GetRemoteOSVersion() { in GetRemoteOSVersion() function in RemoteAwarePlatform
H A DPlatform.cpp364 m_os_version_set_while_connected = GetRemoteOSVersion(); in GetOSVersion()