Home
last modified time | relevance | path

Searched refs:MachKernel (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBError.h26 MachKernel = 1, enumerator
56 m_flavor = MachKernel;
63 m_flavor = MachKernel; in SetError()
H A DDNBError.cpp29 case MachKernel: in AsString()
H A DRNBSocket.cpp44 err.SetError(errno, DNBError::MachKernel); in Listen()
127 err.SetError(errno, DNBError::MachKernel); in Listen()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp296 DNBError::MachKernel); in UpdateThreadList()
H A DMachThread.cpp65 DNBError err(::thread_suspend(m_mach_port_number), DNBError::MachKernel); in Suspend()