Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp432 static const uint8_t g_arm_opcode[] = {0xfe, 0xde, 0xff, 0xe7}; in GetSoftwareBreakpointTrapOpcode() local
441 return llvm::ArrayRef(g_arm_opcode); in GetSoftwareBreakpointTrapOpcode()