Searched defs:exc_err (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp83 exc_err, enumerator in enum:__anon25321
280 { DEFINE_EXC(err) , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM, exc_err }, NULL, NULL},
382 exc_err,
664 case exc_err:
783 case exc_err:
H A DRegisterContextDarwin_x86_64.cpp97 exc_err, enumerator in enum:__anon25328
316 { DEFINE_EXC(err) , { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM, exc_err }, NULL, NULL},
429 exc_err,
714 case exc_err:
842 case exc_err:
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp158 exc_err, enumerator in enum:__anon25403
1183 { e_regSetEXC, exc_err, "err" , NULL, Uint, Hex, EXC_SIZE (err) , EXC_OFFSET (err) , INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, NULL, NULL },
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1111 exc_err, enumerator in enum:__anon25424
1509 { e_regSetEXC, exc_err, "err" , NULL, Uint, Hex, EXC_SIZE (err) , EXC_OFFSET (err) , -1U, -1U, -1U, -1U, NULL, NULL },
1759 case exc_err: value->value.uint32 = m_state.context.exc.__err; return true;
1942 case exc_err: m_state.context.exc.__err = value->value.uint32; success = true; break;

Completed in 1912 milliseconds