Searched refs:g_aarch64_opcode (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 574 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x3e, 0xd4}; // brk #0xf000 in GetSoftwareBreakpointTrapOpcode() local 575 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode() 576 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 293 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x3e, 0xd4}; // brk #0xf000 in GetSoftwareBreakpointTrapOpcode() local 298 return llvm::makeArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 501 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local 512 return llvm::makeArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1844 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local 1845 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode() 1846 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
|