Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp458 static const uint8_t g_arm64_breakpoint_opcode[] = {0x00, 0x00, 0x20, 0xD4}; in GetSoftwareBreakpointTrapOpcode() local
459 trap_opcode = g_arm64_breakpoint_opcode; in GetSoftwareBreakpointTrapOpcode()
460 trap_opcode_size = sizeof(g_arm64_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp54 static const uint8_t g_arm64_breakpoint_opcode[] = { variable
92 return g_arm64_breakpoint_opcode; in SoftwareBreakpointOpcode()