Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:g_arm_breakpoint_opcode

395             static const uint8_t g_arm_breakpoint_opcode[] = { 0xFE, 0xDE, 0xFF, 0xE7 };
411 trap_opcode = g_arm_breakpoint_opcode;
412 trap_opcode_size = sizeof(g_arm_breakpoint_opcode);