Searched refs:exc_exception (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextDarwin_arm.cpp | 88 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()
|
D | RegisterContextDarwin_arm64.cpp | 91 static uint32_t g_exc_regnums[] = {exc_far, exc_esr, exc_exception}; 519 case exc_exception: in ReadRegister() 629 case exc_exception: in WriteRegister()
|
D | RegisterInfos_arm64.h | 227 exc_exception, enumerator 706 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),
|
D | RegisterInfos_arm.h | 149 exc_exception, enumerator 1521 LLDB_INVALID_REGNUM, exc_exception},
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.cpp | 1332 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/ |
D | DNBArchImpl.cpp | 1539 exc_exception, enumerator 1759 {e_regSetVFP, exc_exception, "exception", NULL, Uint, Hex, 4,
|