Home
last modified time | relevance | path

Searched refs: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
589 trap_opcode = g_thumb_opcode; in GetSoftwareBreakpointTrapOpcode()
590 trap_opcode_size = sizeof(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
/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
302 return llvm::ArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
/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
420 return llvm::ArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
/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
1516 return llvm::ArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()