Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp577 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x3e, 0xd4}; // brk #0xf000 in GetSoftwareBreakpointTrapOpcode() local
578 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
579 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp293 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x3e, 0xd4}; // brk #0xf000 in GetSoftwareBreakpointTrapOpcode() local
298 return llvm::ArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp502 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
517 return llvm::ArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1841 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local
1842 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()
1843 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()