Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h54 bool GetRemoteOSVersion() override;
H A DPlatformAndroid.cpp338 bool PlatformAndroid::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformAndroid
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h66 bool GetRemoteOSVersion() override;
H A DPlatform.h232 virtual bool GetRemoteOSVersion() { return false; } in GetRemoteOSVersion() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h76 bool GetRemoteOSVersion() override;
H A DPlatformRemoteGDBServer.cpp147 bool PlatformRemoteGDBServer::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformRemoteGDBServer
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp300 bool RemoteAwarePlatform::GetRemoteOSVersion() { in GetRemoteOSVersion() function in RemoteAwarePlatform
H A DPlatform.cpp363 m_os_version_set_while_connected = GetRemoteOSVersion(); in GetOSVersion()