Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp435 static const uint8_t g_thumb_breakpooint_opcode[] = {0xFE, 0xDE}; in GetSoftwareBreakpointTrapOpcode() local
445 trap_opcode = g_thumb_breakpooint_opcode; in GetSoftwareBreakpointTrapOpcode()
446 trap_opcode_size = sizeof(g_thumb_breakpooint_opcode); in GetSoftwareBreakpointTrapOpcode()