Home
last modified time | relevance | path

Searched refs:GDB_TRAP_INSTR1 (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dtrap.h93 #define GDB_TRAP_INSTR1 0xe7ffdefe macro
96 #define ARM_GDB_INSTR1 GDB_TRAP_INSTR1
102 #define THUMB_GDB_INSTR1 (GDB_TRAP_INSTR1 & 0xFFFF)
/xnu-8019.80.24/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c303 *(uint32_t *)bytes = GDB_TRAP_INSTR1; in kdp_machine_get_breakinsn()
349 if ((instr == (GDB_TRAP_INSTR1 & 0xFFFF)) || (instr == (GDB_TRAP_INSTR2 & 0xFFFF))) { in kdp_trap()
354 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()
369 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()