Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp658 static const uint8_t g_thumb_breakpoint_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
669 opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
670 opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1883 static const uint8_t g_thumb_breakpoint_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
1896 trap_opcode = g_thumb_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
1897 trap_opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()