Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1967 static const uint8_t g_thumb_breakpoint_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
1980 trap_opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1981 trap_opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()