Home
last modified time | relevance | path

Searched refs:g_thumb_breakpoint_opcode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1860 static const uint8_t g_thumb_breakpoint_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
1873 trap_opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1874 trap_opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp67 static const uint8_t g_thumb_breakpoint_opcode[] = {0x70, 0xBE}; variable
135 return g_thumb_breakpoint_opcode; in SoftwareBreakpointOpcode()