Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DMachException.cpp213 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 DNativeProcessDarwin.cpp572 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 DNativeThreadListDarwin.cpp348 error.SetError(mach_err, eErrorTypeMachKernel); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp141 case eErrorTypeMachKernel: in AsCString()
202 m_type = eErrorTypeMachKernel; in SetMachError()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h324 eErrorTypeMachKernel, ///< Mach kernel error codes. enumerator