Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h163 bool RemoteIsDarwinKernel();
DProcessKDP.cpp325 } else if (m_comm.RemoteIsDarwinKernel()) { in DoConnectRemote()
DCommunicationKDP.cpp462 bool CommunicationKDP::RemoteIsDarwinKernel() { in RemoteIsDarwinKernel() function in CommunicationKDP