Searched refs:eErrorTypeMachKernel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/ |
| HD | MachException.cpp | 216 error.SetError(mach_err, eErrorTypeMachKernel); in Receive() 300 error.SetError(mach_err, eErrorTypeMachKernel); in Reply() 342 error.SetError(mach_err, eErrorTypeMachKernel); in Reply() 398 error.SetError(mach_err, eErrorTypeMachKernel); in Save() 420 error.SetError(mach_err, eErrorTypeMachKernel); in Save() 457 error.SetError(mach_err, eErrorTypeMachKernel); in Restore()
|
| HD | NativeProcessDarwin.cpp | 547 error.SetError(mach_err, eErrorTypeMachKernel); in StartExceptionThread() 560 error.SetError(mach_err, eErrorTypeMachKernel); in StartExceptionThread() 586 error.SetError(mach_err, eErrorTypeMachKernel); in StartExceptionThread() 631 error.SetError(mach_err, eErrorTypeMachKernel); in GetDYLDAllImageInfosAddress() 1117 error.SetError(err, eErrorTypeMachKernel); in TaskPortForProcessID() 1284 error.SetError(mach_err, eErrorTypeMachKernel); in ResumeTask() 1349 error.SetError(err, eErrorTypeMachKernel); in GetTaskBasicInfo() 1388 error.SetError(mach_err, eErrorTypeMachKernel); in SuspendTask()
|
| HD | NativeThreadListDarwin.cpp | 347 error.SetError(mach_err, eErrorTypeMachKernel); in UpdateThreadList()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | Status.cpp | 133 case eErrorTypeMachKernel: in AsCString() 184 m_type = eErrorTypeMachKernel; in SetMachError()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/ |
| HD | lldb-enumerations.h | 301 eErrorTypeMachKernel, ///< Mach kernel error codes. enumerator
|