Home
last modified time | relevance | path

Searched refs:GetRemoteOSBuildString (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DRemoteAwarePlatform.h67 bool GetRemoteOSBuildString(std::string &s) override;
DPlatform.h246 virtual bool GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp335 bool RemoteAwarePlatform::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in RemoteAwarePlatform
337 return m_remote_platform_sp->GetRemoteOSBuildString(s); in GetRemoteOSBuildString()
DPlatform.cpp506 return GetRemoteOSBuildString(s); in GetOSBuildString()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h85 bool GetRemoteOSBuildString(std::string &s) override;
DPlatformRemoteGDBServer.cpp240 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteDarwinDevice.cpp636 if (GetRemoteOSBuildString(build)) { in GetConnectedSDKIndex()