Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp455 static const uint8_t g_ppc_breakpoint_opcode[] = {0x7F, 0xC0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local
456 trap_opcode = g_ppc_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
457 trap_opcode_size = sizeof(g_ppc_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()