Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp88 exc_exception, enumerator
794 LLDB_INVALID_REGNUM, exc_exception},
909 exc_exception, exc_fsr, exc_far,
983 else if (reg < exc_exception) in GetSetForNativeRegNum()
1187 case exc_exception: in ReadRegister()
1275 case exc_exception: in WriteRegister()
DRegisterContextDarwin_arm64.cpp91 static uint32_t g_exc_regnums[] = {exc_far, exc_esr, exc_exception};
519 case exc_exception: in ReadRegister()
629 case exc_exception: in WriteRegister()
DRegisterInfos_arm64.h227 exc_exception, enumerator
706 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),
DRegisterInfos_arm.h149 exc_exception, enumerator
1521 LLDB_INVALID_REGNUM, exc_exception},
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp1332 enum { exc_far = 0, exc_esr, exc_exception }; enumerator
1900 {e_regSetEXC, exc_exception, "exception", NULL, Uint, Hex, 4,
2069 } else if (reg == exc_exception) { in GetRegisterValue()
2175 } else if (reg == exc_exception) { in SetRegisterValue()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp1539 exc_exception, enumerator
1759 {e_regSetVFP, exc_exception, "exception", NULL, Uint, Hex, 4,