Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dtrap.h94 #define GDB_TRAP_INSTR2 0xe7ffdeff macro
97 #define ARM_GDB_INSTR2 GDB_TRAP_INSTR2
103 #define THUMB_GDB_INSTR2 (GDB_TRAP_INSTR2 & 0xFFFF)
/xnu-8020.101.4/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c352 if ((instr == (GDB_TRAP_INSTR1 & 0xFFFF)) || (instr == (GDB_TRAP_INSTR2 & 0xFFFF))) { in kdp_trap()
357 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()
372 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()