Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm/
H A Dtrap_internal.h65 #define GDB_TRAP_INSTR1 0xe7ffdefe macro
68 #define ARM_GDB_INSTR1 GDB_TRAP_INSTR1
74 #define THUMB_GDB_INSTR1 (GDB_TRAP_INSTR1 & 0xFFFF)
/xnu-11215.81.4/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c290 *(uint32_t *)bytes = GDB_TRAP_INSTR1; in kdp_machine_get_breakinsn()
350 [GDB_TRAP_INSTR1_L] "i" (GDB_TRAP_INSTR1 & 0xFFFF), in kdp_trap()
351 [GDB_TRAP_INSTR1_H] "i" (GDB_TRAP_INSTR1 >> 16), in kdp_trap()
363 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()