Home
last modified time | relevance | path

Searched refs:exc_sub_code (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp364 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
407 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()
439 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
452 if (!exc_sub_code) { in CreateStopReasonWithMachException()
466 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
504 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
532 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
546 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
622 thread, exc_type, exc_data_count, exc_code, exc_sub_code)); in CreateStopReasonWithMachException()
H A DStopInfoMachException.h43 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,