Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp433 static const uint8_t g_arm_breakpoint_opcode[] = {0xFE, 0xDE, 0xFF, 0xE7}; in GetSoftwareBreakpointTrapOpcode() local
448 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
449 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1859 static const uint8_t g_arm_breakpoint_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local
1876 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1877 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp66 static const uint8_t g_arm_breakpoint_opcode[] = {0x70, 0xBE, 0x20, 0xE1}; variable
137 return g_arm_breakpoint_opcode; in SoftwareBreakpointOpcode()