This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: is it possible to set a hook in exception throwing ?


> 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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]