Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
HDHostInfoPosix.h26 static std::optional<std::string> GetOSKernelDescription();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/posix/
HDHostInfoPosix.cpp42 std::optional<std::string> HostInfoPosix::GetOSKernelDescription() { in GetOSKernelDescription() function in HostInfoPosix
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h239 std::optional<std::string> GetOSKernelDescription();
HDGDBRemoteCommunicationServerCommon.cpp275 if (std::optional<std::string> s = HostInfo::GetOSKernelDescription()) { in Handle_qHostInfo()
HDGDBRemoteCommunicationClient.cpp986 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.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-14-stable/contrib/llvm-project/lldb/source/API/
HDSBPlatform.cpp446 std::string s = platform_sp->GetOSKernelDescription().value_or(""); in GetOSDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h196 std::optional<std::string> GetOSKernelDescription();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp171 return m_gdb_client_up->GetOSKernelDescription(); in GetRemoteOSKernelDescription()