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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h63 bool GetRemoteOSBuildString(std::string &s) override;
H A DPlatform.h242 virtual bool GetRemoteOSBuildString(std::string &s) { function in class:lldb_private::Platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp180 bool RemoteAwarePlatform::GetRemoteOSBuildString(std::string &s) { function in class:RemoteAwarePlatform
182 return m_remote_platform_sp->GetRemoteOSBuildString(s);
H A DPlatform.cpp500 return GetRemoteOSBuildString(s);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h84 bool GetRemoteOSBuildString(std::string &s) override;
H A DPlatformRemoteGDBServer.cpp238 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { function in class:PlatformRemoteGDBServer

Completed in 109 milliseconds