Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Dtrap_internal.h66 #define GDB_TRAP_INSTR2 0xe7ffdeff macro
69 #define ARM_GDB_INSTR2 GDB_TRAP_INSTR2
75 #define THUMB_GDB_INSTR2 (GDB_TRAP_INSTR2 & 0xFFFF)
/xnu-12377.1.9/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c353 [GDB_TRAP_INSTR2_L] "i" (GDB_TRAP_INSTR2 & 0xFFFF), in kdp_trap()
354 [GDB_TRAP_INSTR2_H] "i" (GDB_TRAP_INSTR2 >> 16) in kdp_trap()
364 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()