Home
last modified time | relevance | path

Searched refs:RemoteIsDarwinKernel (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h161 bool RemoteIsDarwinKernel();
H A DProcessKDP.cpp312 } else if (m_comm.RemoteIsDarwinKernel()) { in DoConnectRemote()
H A DCommunicationKDP.cpp461 bool CommunicationKDP::RemoteIsDarwinKernel() { in RemoteIsDarwinKernel() function in CommunicationKDP