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 ?


> Many thanks for the pointer Benjamin. Reading through them I see there is
> no hook for __cxa_throw, right ? -- meaning I will have to rewrite it,
> and link programs against this rewritten version.

Pretty much, yeah.

Not quite sure what you mean by hook, but am assuming you mean some
kind of callback existing in __cxa_throw for user code. No, this does
not exist currently.

-benjamin


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