Home
last modified time | relevance | path

Searched defs:g_arm_opcode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp413 static const uint8_t g_arm_opcode[] = {0xfe, 0xde, 0xff, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1509 static const uint8_t g_arm_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local