Home
last modified time | relevance | path

Searched defs:GetRemoteOSVersion (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp338 bool PlatformAndroid::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformAndroid
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp300 bool RemoteAwarePlatform::GetRemoteOSVersion() { in GetRemoteOSVersion() function in RemoteAwarePlatform
/llvm-project-15.0.7/lldb/include/lldb/Target/
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.cpp147 bool PlatformRemoteGDBServer::GetRemoteOSVersion() { in GetRemoteOSVersion() function in PlatformRemoteGDBServer