Searched refs:g_i386_breakpoint_opcode (Results 1 – 2 of 2) sorted by relevance
389 static const uint8_t g_i386_breakpoint_opcode[] = { 0xCC }; in GetSoftwareBreakpointTrapOpcode() local390 trap_opcode = g_i386_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()391 trap_opcode_size = sizeof(g_i386_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
385 static const uint8_t g_i386_breakpoint_opcode[] = { 0xCC }; in GetSoftwareBreakpointTrapOpcode() local386 trap_opcode = g_i386_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()387 trap_opcode_size = sizeof(g_i386_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()