Lines Matching defs:exc_sub_code
496 uint64_t exc_sub_code,
500 // The exc_sub_code indicates the data break address.
503 (addr_t)exc_sub_code);
513 // The exc_sub_code indicates the data break address.
516 (lldb::addr_t)exc_sub_code);
600 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,
623 if (exc_sub_code == 5) {
635 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code);
648 if (!exc_sub_code) {
658 exc_sub_code, exc_sub_sub_code))
681 // It's a watchpoint, then, if the exc_sub_code indicates a
686 (lldb::addr_t)exc_sub_code);
712 // exc_code 0x102 [EXC_ARM_DA_DEBUG], exc_sub_code addr-of-insn
713 // Watchpoint access. exc_sub_code is the address of the
718 // exc_code 1 [EXC_ARM_BREAKPOINT], exc_sub_code 0
721 // exc_code 1 [EXC_ARM_BREAKPOINT], exc_sub_code address-of-instruction
724 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT
738 // It's a watchpoint, then, if the exc_sub_code indicates a
743 (lldb::addr_t)exc_sub_code);
753 // It looks like exc_sub_code has the 4 bytes of the instruction that
809 thread, exc_type, exc_data_count, exc_code, exc_sub_code,