Home
last modified time | relevance | path

Searched refs:exc_code (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp271 uint64_t exc_code, in CreateStopReasonWithMachException() argument
295 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 …]
DStopInfoMachException.h32 uint64_t exc_code, in StopInfoMachException() argument
36 m_exc_code (exc_code), in StopInfoMachException()
62 uint64_t exc_code,
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp184 const uint32_t exc_code = exc_reply_packet.GetU32 (&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
199exc_code, in SetStopInfoFrom_KDP_EXCEPTION()