Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1918 static const uint8_t g_ppc64le_opcode[] = {0x08, 0x00, 0xe0, 0x7f}; // trap in GetSoftwareBreakpointTrapOpcode() local
1919 trap_opcode = g_ppc64le_opcode; in GetSoftwareBreakpointTrapOpcode()
1920 trap_opcode_size = sizeof(g_ppc64le_opcode); in GetSoftwareBreakpointTrapOpcode()