Searched refs:eErrorTypeMachKernel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | MachException.cpp | 213 error.SetError(mach_err, eErrorTypeMachKernel); in Receive() 296 error.SetError(mach_err, eErrorTypeMachKernel); in Reply() 338 error.SetError(mach_err, eErrorTypeMachKernel); in Reply() 394 error.SetError(mach_err, eErrorTypeMachKernel); in Save() 414 error.SetError(mach_err, eErrorTypeMachKernel); in Save() 450 error.SetError(mach_err, eErrorTypeMachKernel); in Restore()
|
| H A D | NativeProcessDarwin.cpp | 572 error.SetError(mach_err, eErrorTypeMachKernel); in StartExceptionThread() 585 error.SetError(mach_err, eErrorTypeMachKernel); in StartExceptionThread() 611 error.SetError(mach_err, eErrorTypeMachKernel); in StartExceptionThread() 656 error.SetError(mach_err, eErrorTypeMachKernel); in GetDYLDAllImageInfosAddress() 1142 error.SetError(err, eErrorTypeMachKernel); in TaskPortForProcessID() 1306 error.SetError(mach_err, eErrorTypeMachKernel); in ResumeTask() 1371 error.SetError(err, eErrorTypeMachKernel); in GetTaskBasicInfo() 1410 error.SetError(mach_err, eErrorTypeMachKernel); in SuspendTask()
|
| H A D | NativeThreadListDarwin.cpp | 348 error.SetError(mach_err, eErrorTypeMachKernel); in UpdateThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Status.cpp | 141 case eErrorTypeMachKernel: in AsCString() 202 m_type = eErrorTypeMachKernel; in SetMachError()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 324 eErrorTypeMachKernel, ///< Mach kernel error codes. enumerator
|