Searched refs:GDB_TRAP_INSTR1 (Results 1 – 2 of 2) sorted by relevance
93 #define GDB_TRAP_INSTR1 0xe7ffdefe macro96 #define ARM_GDB_INSTR1 GDB_TRAP_INSTR1102 #define THUMB_GDB_INSTR1 (GDB_TRAP_INSTR1 & 0xFFFF)
277 *(uint32_t *)bytes = GDB_TRAP_INSTR1; in kdp_machine_get_breakinsn()330 if ((instr == GDB_TRAP_INSTR1) || (instr == GDB_TRAP_INSTR2)) { in kdp_trap()