Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp545 uint8_t builtin_debugtrap_insn[4] = {0x00, 0x00, 0x3e, in NotifyException() local
547 if (memcmp(insnbuf, builtin_debugtrap_insn, 4) == 0) { in NotifyException()