Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp430 static const uint8_t g_arm_breakpoint_opcode[] = {0xFE, 0xDE, 0xFF, 0xE7}; GetSoftwareBreakpointTrapOpcode() local
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1965 static const uint8_t g_arm_breakpoint_opcode[] = {0xf0, 0x01, 0xf0, 0xe7}; GetSoftwareBreakpointTrapOpcode() local