This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: is it possible to set a hook in exception throwing ?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jan Pfeifer <pfjan at yahoo dot com dot br>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 14 Dec 2005 23:43:01 -0600
- Subject: Re: is it possible to set a hook in exception throwing ?
- References: <439C10F7.9060503@yahoo.com.br>
> 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