Home
last modified time | relevance | path

Searched defs:GetRemoteOSBuildString (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp335 bool RemoteAwarePlatform::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in RemoteAwarePlatform
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h246 virtual bool GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp244 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer