Searched refs:g_hex_opcode (Results 1 – 1 of 1) sorted by relevance
1969 static const uint8_t g_hex_opcode[] = { 0xff, 0x7f }; in GetSoftwareBreakpointTrapOpcode() local1970 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()1971 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()2001 static const uint8_t g_hex_opcode[] = {0x98, 0x95}; in GetSoftwareBreakpointTrapOpcode() local2002 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()2003 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()2008 static const uint8_t g_hex_opcode[] = {0x00, 0x00, 0x00, 0x0d}; in GetSoftwareBreakpointTrapOpcode() local2009 trap_opcode = g_hex_opcode; in GetSoftwareBreakpointTrapOpcode()2010 trap_opcode_size = sizeof(g_hex_opcode); in GetSoftwareBreakpointTrapOpcode()2015 static const uint8_t g_hex_opcode[] = {0x0d, 0x00, 0x00, 0x00}; in GetSoftwareBreakpointTrapOpcode() local[all …]