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

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

Completed in 192 milliseconds