Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h89 bool GetRemoteOSBuildString(std::string &s) override;
H A DPlatformRemoteGDBServer.cpp240 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h76 bool GetRemoteOSBuildString(std::string &s) override;
H A DPlatformPOSIX.cpp662 bool PlatformPOSIX::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformPOSIX
664 return m_remote_platform_sp->GetRemoteOSBuildString(s); in GetRemoteOSBuildString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h261 virtual bool GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp508 return GetRemoteOSBuildString(s); in GetOSBuildString()