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