Lines Matching refs:exc_code
524 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
544 if (exc_code == 0x10003) // EXC_SOFT_SIGNAL in CreateStopReasonWithMachException()
569 if (exc_code == 1) // EXC_I386_SGL in CreateStopReasonWithMachException()
584 } else if (exc_code == 2 || // EXC_I386_BPT in CreateStopReasonWithMachException()
585 exc_code == 3) // EXC_I386_BPTFLT in CreateStopReasonWithMachException()
588 if (exc_code == 3) in CreateStopReasonWithMachException()
599 if (exc_code == 0x102) // EXC_ARM_DA_DEBUG in CreateStopReasonWithMachException()
619 } else if (exc_code == 1) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
623 } else if (exc_code == 0) // FIXME not EXC_ARM_BREAKPOINT but a kernel in CreateStopReasonWithMachException()
635 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
642 if (exc_code == 0x102) // EXC_ARM_DA_DEBUG in CreateStopReasonWithMachException()
666 is_actual_breakpoint = exc_code == 1; in CreateStopReasonWithMachException()
725 exc_code, exc_sub_code)); in CreateStopReasonWithMachException()