Home
last modified time | relevance | path

Searched defs:g_thumb_opcode (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp588 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe in GetSoftwareBreakpointTrapOpcode() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp294 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe in GetSoftwareBreakpointTrapOpcode() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp414 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1510 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local