Searched refs:exc_sub_code (Results 1 – 2 of 2) sorted by relevance
486 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument508 (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() argument546 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 …]
45 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,