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.cpp493 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument
500 (addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
513 (lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
597 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
620 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()
632 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
645 if (!exc_sub_code) { in CreateStopReasonWithMachException()
655 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
683 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
721 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
[all …]
H A DStopInfoMachException.h61 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,