Home
last modified time | relevance | path

Searched refs:GetOSKernelDescription (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/
H A DHostInfoNetBSD.h23 static bool GetOSKernelDescription(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/openbsd/
H A DHostInfoOpenBSD.h23 static bool GetOSKernelDescription(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/
H A DHostInfoFreeBSD.h23 static bool GetOSKernelDescription(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp49 bool HostInfoOpenBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoOpenBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp50 bool HostInfoFreeBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp62 bool HostInfoNetBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h271 bool GetOSKernelDescription(std::string &s);
H A DGDBRemoteCommunicationServerCommon.cpp280 if (HostInfo::GetOSKernelDescription(s)) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp951 bool GDBRemoteCommunicationClient::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp314 if (platform_sp->GetOSKernelDescription(s)) { in GetOSDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp432 if (GetOSKernelDescription(s)) in GetStatus()
511 bool Platform::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in Platform
514 return HostInfo::GetOSKernelDescription(s); in GetOSKernelDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h231 bool GetOSKernelDescription(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp245 return m_gdb_client.GetOSKernelDescription(s); in GetRemoteOSKernelDescription()