Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h67 bool GetRemoteOSBuildString(std::string &s) override;
H A DPlatform.h246 virtual bool GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp335 bool RemoteAwarePlatform::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in RemoteAwarePlatform
337 return m_remote_platform_sp->GetRemoteOSBuildString(s); in GetRemoteOSBuildString()
H A DPlatform.cpp506 return GetRemoteOSBuildString(s); in GetOSBuildString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h85 bool GetRemoteOSBuildString(std::string &s) override;
H A DPlatformRemoteGDBServer.cpp244 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer