Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/freebsd/
H A DHostInfoFreeBSD.h22 static bool GetOSKernelDescription(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/netbsd/
H A DHostInfoNetBSD.h22 static bool GetOSKernelDescription(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/openbsd/
H A DHostInfoOpenBSD.h22 static bool GetOSKernelDescription(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp48 bool HostInfoOpenBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoOpenBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp49 bool HostInfoFreeBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp61 bool HostInfoNetBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoNetBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp450 if (GetOSKernelDescription(s)) in GetStatus()
509 bool Platform::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in Platform
512 return HostInfo::GetOSKernelDescription(s); in GetOSKernelDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h280 bool GetOSKernelDescription(std::string &s);
H A DGDBRemoteCommunicationServerCommon.cpp273 if (HostInfo::GetOSKernelDescription(s)) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp963 bool GDBRemoteCommunicationClient::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h220 bool GetOSKernelDescription(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp479 if (platform_sp->GetOSKernelDescription(s)) { in GetOSDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp249 return m_gdb_client.GetOSKernelDescription(s); in GetRemoteOSKernelDescription()