Searched refs:g_arm_breakpoint_opcode (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 238 static const uint8_t g_arm_breakpoint_opcode[] = {0xFE, 0xDE, 0xFF, 0xE7}; in GetSoftwareBreakpointTrapOpcode() local 239 size_t trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode() 241 if (bp_site->SetTrapOpcode(g_arm_breakpoint_opcode, trap_opcode_size)) in GetSoftwareBreakpointTrapOpcode()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 650 static const uint8_t g_arm_breakpoint_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local 665 opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode() 666 opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 467 static const uint8_t g_arm_breakpoint_opcode[] = {0xFE, 0xDE, 0xFF, 0xE7}; in GetSoftwareBreakpointTrapOpcode() local 482 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode() 483 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1901 static const uint8_t g_arm_breakpoint_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local 1918 trap_opcode = g_arm_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode() 1919 trap_opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 66 static const uint8_t g_arm_breakpoint_opcode[] = {0x70, 0xBE, 0x20, 0xE1}; variable 135 return g_arm_breakpoint_opcode; in SoftwareBreakpointOpcode()
|