Searched refs:exc_exception (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm.cpp | 88 exc_exception, enumerator 744 LLDB_INVALID_REGNUM, exc_exception}, 856 exc_exception, exc_fsr, exc_far, 930 else if (reg < exc_exception) in GetSetForNativeRegNum() 1134 case exc_exception: in ReadRegister() 1222 case exc_exception: in WriteRegister()
|
H A D | RegisterContextDarwin_arm64.cpp | 91 static uint32_t g_exc_regnums[] = {exc_far, exc_esr, exc_exception}; 518 case exc_exception: in ReadRegister() 628 case exc_exception: in WriteRegister()
|
H A D | RegisterInfos_arm.h | 149 exc_exception, enumerator 682 LLDB_INVALID_REGNUM, exc_exception},
|
H A D | RegisterInfos_arm64.h | 227 exc_exception, enumerator 718 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.cpp | 1367 enum { exc_far = 0, exc_esr, exc_exception }; enumerator 1935 {e_regSetEXC, exc_exception, "exception", NULL, Uint, Hex, 4, 2125 } else if (reg == exc_exception) { in GetRegisterValue() 2231 } else if (reg == exc_exception) { in SetRegisterValue()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
H A D | DNBArchImpl.cpp | 1543 exc_exception, enumerator 1763 {e_regSetVFP, exc_exception, "exception", NULL, Uint, Hex, 4,
|