Searched defs:g_arm_breakpoint_opcode (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp395 static const uint8_t g_arm_breakpoint_opcode[] = { 0xFE, 0xDE, 0xFF, 0xE7 }; local
411 trap_opcode = g_arm_breakpoint_opcode;
412 trap_opcode_size = sizeof(g_arm_breakpoint_opcode);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp65 static const uint8_t g_arm_breakpoint_opcode[] = { 0xFE, 0xDE, 0xFF, 0xE7 }; variable
130 case 4: return g_arm_breakpoint_opcode;

Completed in 111 milliseconds