Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h26 static std::optional<std::string> GetOSKernelDescription();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h32 static std::optional<std::string> GetOSKernelDescription();
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHostInfoWindows.cpp86 std::optional<std::string> HostInfoWindows::GetOSKernelDescription() { in GetOSKernelDescription() function in HostInfoWindows
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp42 std::optional<std::string> HostInfoPosix::GetOSKernelDescription() { in GetOSKernelDescription() function in HostInfoPosix
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h240 std::optional<std::string> GetOSKernelDescription();
H A DGDBRemoteCommunicationServerCommon.cpp275 if (std::optional<std::string> s = HostInfo::GetOSKernelDescription()) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp968 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp442 std::string s = platform_sp->GetOSKernelDescription().value_or(""); in GetOSDescription()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp331 if (std::optional<std::string> s = GetOSKernelDescription()) in GetStatus()
383 std::optional<std::string> Platform::GetOSKernelDescription() { in GetOSKernelDescription() function in Platform
385 return HostInfo::GetOSKernelDescription(); in GetOSKernelDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h209 std::optional<std::string> GetOSKernelDescription();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp165 return m_gdb_client_up->GetOSKernelDescription(); in GetRemoteOSKernelDescription()