Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp88 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 DRegisterContextDarwin_arm64.cpp91 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 DRegisterInfos_arm.h149 exc_exception, enumerator
693 LLDB_INVALID_REGNUM, exc_exception},
H A DRegisterInfos_arm64.h227 exc_exception, enumerator
721 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp1812 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