Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp502 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
518 return llvm::ArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1951 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
1952 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1953 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()