Home
last modified time | relevance | path

Searched refs:GetOSBuildString (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/
HDHostInfoFreeBSD.h24 static bool GetOSBuildString(std::string &s);
/NextBSD/contrib/llvm/tools/lldb/source/Host/freebsd/
HDHostInfoFreeBSD.cpp40 HostInfoFreeBSD::GetOSBuildString(std::string &s) in GetOSBuildString() function in HostInfoFreeBSD
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp480 if (GetOSBuildString (s)) in GetStatus()
573 Platform::GetOSBuildString (std::string &s) in GetOSBuildString() function in Platform
579 return HostInfo::GetOSBuildString(s); in GetOSBuildString()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h337 GetOSBuildString (std::string &s);
HDGDBRemoteCommunicationServerCommon.cpp222 if (HostInfo::GetOSBuildString(s)) in Handle_qHostInfo()
HDGDBRemoteCommunicationClient.cpp1702 GDBRemoteCommunicationClient::GetOSBuildString (std::string &s) in GetOSBuildString() function in GDBRemoteCommunicationClient
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp399 if (platform_sp->GetOSBuildString(s)) in GetOSBuild()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h261 GetOSBuildString (std::string &s);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp308 return m_gdb_client.GetOSBuildString (s); in GetRemoteOSBuildString()