Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h163 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