Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h26 static std::optional<std::string> GetOSKernelDescription();
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp42 std::optional<std::string> HostInfoPosix::GetOSKernelDescription() { in GetOSKernelDescription() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h239 std::optional<std::string> GetOSKernelDescription();
H A DGDBRemoteCommunicationServerCommon.cpp275 if (std::optional<std::string> s = HostInfo::GetOSKernelDescription()) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp986 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp446 std::string s = platform_sp->GetOSKernelDescription().value_or(""); in GetOSDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp293 if (std::optional<std::string> s = GetOSKernelDescription()) in GetStatus()
345 std::optional<std::string> Platform::GetOSKernelDescription() { in GetOSKernelDescription() function in Platform
347 return HostInfo::GetOSKernelDescription(); in GetOSKernelDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h196 std::optional<std::string> GetOSKernelDescription();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp171 return m_gdb_client_up->GetOSKernelDescription(); in GetRemoteOSKernelDescription()