Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDMachException.cpp216 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()
HDNativeProcessDarwin.cpp547 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()
HDNativeThreadListDarwin.cpp347 error.SetError(mach_err, eErrorTypeMachKernel); in UpdateThreadList()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDStatus.cpp133 case eErrorTypeMachKernel: in AsCString()
184 m_type = eErrorTypeMachKernel; in SetMachError()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h301 eErrorTypeMachKernel, ///< Mach kernel error codes. enumerator