Lines Matching refs:exc_sub_code
486 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument
492 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
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()
725 exc_code, exc_sub_code)); in CreateStopReasonWithMachException()