Searched refs:g_arm_breakpoint_opcode (Results 1 – 1 of 1) sorted by relevance
2014 static const uint8_t g_arm_breakpoint_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local2031 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()2032 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()