Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp635 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xD4}; in GetSoftwareBreakpointTrapOpcode() local
670 opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
671 opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp520 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
530 return llvm::makeArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1886 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
1887 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1888 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()