Searched refs:exc_sub_code (Results 1 – 2 of 2) sorted by relevance
490 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument511 (lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()595 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument617 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()629 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()642 if (!exc_sub_code) { in CreateStopReasonWithMachException()652 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()680 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()718 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()759 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()[all …]
58 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,