Searched refs:exc_code (Results 1 – 3 of 3) sorted by relevance
271 uint64_t exc_code, in CreateStopReasonWithMachException() argument295 switch (exc_code) in CreateStopReasonWithMachException()319 if (exc_code == 0x10003) // EXC_SOFT_SIGNAL in CreateStopReasonWithMachException()363 if (exc_code == 1) // EXC_I386_SGL in CreateStopReasonWithMachException()382 else if (exc_code == 2 || // EXC_I386_BPT in CreateStopReasonWithMachException()383 exc_code == 3) // EXC_I386_BPTFLT in CreateStopReasonWithMachException()386 if (exc_code == 3) in CreateStopReasonWithMachException()397 is_actual_breakpoint = exc_code == 1; // EXC_PPC_BREAKPOINT in CreateStopReasonWithMachException()401 if (exc_code == 0x102) // EXC_ARM_DA_DEBUG in CreateStopReasonWithMachException()420 else if (exc_code == 1) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()[all …]
32 uint64_t exc_code, in StopInfoMachException() argument36 m_exc_code (exc_code), in StopInfoMachException()62 uint64_t exc_code,
184 const uint32_t exc_code = exc_reply_packet.GetU32 (&offset); in SetStopInfoFrom_KDP_EXCEPTION() local199 … exc_code, in SetStopInfoFrom_KDP_EXCEPTION()