Searched refs:exc_exception (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm.cpp | 88 exc_exception, enumerator 787 LLDB_INVALID_REGNUM, exc_exception}, 902 exc_exception, exc_fsr, exc_far, 976 else if (reg < exc_exception) in GetRegisterSet() 1180 case exc_exception: in ReadRegister() 1268 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 693 LLDB_INVALID_REGNUM, exc_exception},
|
H A D | RegisterInfos_arm64.h | 227 exc_exception, enumerator 721 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.cpp | 1812 enum { exc_far = 0, exc_esr, exc_exception }; 2346 {e_regSetEXC, exc_exception, "exception", NULL, Uint, Hex, 4, in SetRegisterValue() 2767 } else if (reg == exc_exception) { 2904 } else if (reg == exc_exception) { 1534 enum { exc_far = 0, exc_esr, exc_exception }; global() enumerator
|