Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp526 static const uint8_t g_ppc64le_opcode[] = {0x08, 0x00, 0xe0, 0x7f}; // trap in GetSoftwareBreakpointTrapOpcode() local
548 return llvm::makeArrayRef(g_ppc64le_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1938 static const uint8_t g_ppc64le_opcode[] = {0x08, 0x00, 0xe0, 0x7f}; // trap in GetSoftwareBreakpointTrapOpcode() local
1939 trap_opcode = g_ppc64le_opcode; in GetSoftwareBreakpointTrapOpcode()
1940 trap_opcode_size = sizeof(g_ppc64le_opcode); in GetSoftwareBreakpointTrapOpcode()