Home
last modified time | relevance | path

Searched refs:g_i386_opcode (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp299 static const uint8_t g_i386_opcode[] = { 0xCC }; in GetSoftwareBreakpointTrapOpcode() local
300 trap_opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()
301 trap_opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp629 static const uint8_t g_i386_opcode[] = { 0xCC }; in GetSoftwareBreakpointTrapOpcode() local
643 opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()
644 opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()