Home
last modified time | relevance | path

Searched refs:m_os_kernel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h599 std::string m_os_kernel; variable
H A DGDBRemoteCommunicationClient.cpp71 m_host_arch(), m_process_arch(), m_os_build(), m_os_kernel(), in GDBRemoteCommunicationClient()
305 m_os_kernel.clear(); in ResetDiscoverableSettings()
989 if (!m_os_kernel.empty()) in GetOSKernelDescription()
990 return m_os_kernel; in GetOSKernelDescription()
1256 extractor.GetHexByteString(m_os_kernel); in GetHostInfo()