Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1932 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local
1933 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()
1934 trap_opcode_size = sizeof(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()