Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp88 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 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
682 LLDB_INVALID_REGNUM, exc_exception},
H A DRegisterInfos_arm64.h227 exc_exception, enumerator
718 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp1367 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 DDNBArchImpl.cpp1543 exc_exception, enumerator
1763 {e_regSetVFP, exc_exception, "exception", NULL, Uint, Hex, 4,