HomeSort by relevance Sort by last modified time
    Searched refs:g_i386_breakpoint_opcode (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 389 static const uint8_t g_i386_breakpoint_opcode[] = { 0xCC }; local
390 trap_opcode = g_i386_breakpoint_opcode;
391 trap_opcode_size = sizeof(g_i386_breakpoint_opcode);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 385 static const uint8_t g_i386_breakpoint_opcode[] = { 0xCC }; local
386 trap_opcode = g_i386_breakpoint_opcode;
387 trap_opcode_size = sizeof(g_i386_breakpoint_opcode);
    [all...]

Completed in 90 milliseconds