Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp568 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
610 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()
622 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
681 if (exc_sub_code == 0) { in CreateStopReasonWithMachException()
688 address = exc_sub_code; in CreateStopReasonWithMachException()
694 if (exc_sub_code == 0) in CreateStopReasonWithMachException()
709 if (exc_code == 0x102 && exc_sub_code != 0) { in CreateStopReasonWithMachException()
715 address = exc_sub_code; in CreateStopReasonWithMachException()
784 thread, exc_type, exc_data_count, exc_code, exc_sub_code, in CreateStopReasonWithMachException()
H A DStopInfoMachException.h61 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,