Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp642 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xD4}; in GetSoftwareBreakpointTrapOpcode() local
677 opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
678 opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp521 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
530 return llvm::makeArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1873 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
1874 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1875 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()