Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp486 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument
508 (lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
524 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
546 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()
558 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
571 if (!exc_sub_code) { in CreateStopReasonWithMachException()
581 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
606 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
635 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
649 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
[all …]
H A DStopInfoMachException.h45 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,