Problem with the "CONTINUE_UNWIND" return code
Christophe de Dinechin
ddd at cup.hp.com
Wed Aug 2 18:13:52 UTC 2000
Jim,
In the description of exception handling, there is the following paragraph:
_UA_SEARCH_PHASE
Indicates that the personality routine should check if the current frame
contains a handler, and if so return _URC_HANDLER_FOUND,
or otherwise return _UA_CONTINUE_UNWIND. _UA_SEARCH_PHASE cannot be set at
the same time as _UA_CLEANUP_PHASE.
Since we now have a different enum for return codes, I believe this should be
_URC_CONTINUE_UNWIND instead of _UA_CONTINUE_UNWIND, and I propose we give it
the next value, 8.
Regards
Christophe
More information about the cxx-abi-dev
mailing list