Searched refs:exc_code (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 597 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument 618 if (exc_code == 0x10003) // EXC_SOFT_SIGNAL in CreateStopReasonWithMachException() 643 if (exc_code == 1) // EXC_I386_SGL in CreateStopReasonWithMachException() 658 } else if (exc_code == 2 || // EXC_I386_BPT in CreateStopReasonWithMachException() 659 exc_code == 3) // EXC_I386_BPTFLT in CreateStopReasonWithMachException() 662 if (exc_code == 3) in CreateStopReasonWithMachException() 673 if (exc_code == 0x102) // EXC_ARM_DA_DEBUG in CreateStopReasonWithMachException() 691 } else if (exc_code == 1) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException() 695 } else if (exc_code == 0) // FIXME not EXC_ARM_BREAKPOINT but a kernel in CreateStopReasonWithMachException() 721 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException() [all …]
|
H A D | StopInfoMachException.h | 33 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException() argument 37 m_exc_code(exc_code), m_exc_subcode(exc_subcode), in StopInfoMachException() 61 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,
|