is it possible to set a hook in exception throwing ?

Benjamin Kosnik bkoz@redhat.com
Thu Dec 15 05:43:00 GMT 2005


> I want to implement (or only change) a backtrace context library for
> exceptions, and, as far as I see, I need to get a hook into the
> exception throwing call (__cxx_throw ?).

__cxa_throw
__cxa_begin_catch

See:
http://www.codesourcery.com/cxx-abi/

-benjamin
 



More information about the Libstdc++ mailing list