Searched refs:exc_code (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 337 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument 357 if (exc_code == 0x10003) // EXC_SOFT_SIGNAL in CreateStopReasonWithMachException() 382 if (exc_code == 1) // EXC_I386_SGL in CreateStopReasonWithMachException() 397 } else if (exc_code == 2 || // EXC_I386_BPT in CreateStopReasonWithMachException() 398 exc_code == 3) // EXC_I386_BPTFLT in CreateStopReasonWithMachException() 401 if (exc_code == 3) in CreateStopReasonWithMachException() 412 if (exc_code == 0x102) // EXC_ARM_DA_DEBUG in CreateStopReasonWithMachException() 432 } else if (exc_code == 1) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException() 436 } else if (exc_code == 0) // FIXME not EXC_ARM_BREAKPOINT but a kernel in CreateStopReasonWithMachException() 448 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException() [all …]
|
D | StopInfoMachException.h | 22 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException() argument 25 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException() 40 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.cpp | 150 const uint32_t exc_code = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local 164 *this, exc_type, 2, exc_code, exc_subcode, 0, pc_already_adjusted, in SetStopInfoFrom_KDP_EXCEPTION()
|
/external/python/cpython3/Lib/test/ |
D | test_faulthandler.py | 772 for exc_code in ( 784 self.assertEqual(exitcode, exc_code)
|