Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp649 static const uint8_t g_thumb_breakpoint_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
660 opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
661 opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1837 static const uint8_t g_thumb_breakpoint_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
1850 trap_opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1851 trap_opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()