Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp436 if (GetKernelVersion() == NULL) in GetUUID()
456 if (GetKernelVersion() == NULL) in RemoteIsEFI()
462 if (GetKernelVersion() == NULL) in RemoteIsDarwinKernel()
468 if (GetKernelVersion() == NULL) in GetLoadAddress()
510 const char *CommunicationKDP::GetKernelVersion() { in GetKernelVersion() function in CommunicationKDP
H A DCommunicationKDP.h137 const char *GetKernelVersion();
H A DProcessKDP.cpp328 if ((cstr = m_comm.GetKernelVersion()) != NULL) { in DoConnectRemote()