On Fri, Aug 29, 2008 at 2:36 AM, Tim München <[EMAIL PROTECTED]> wrote: > is it somehow possible to also be notified if a function/method is left with > a 'throw'? Or, would it be possible to patch gcc like that? I had a quick > look into function.c but it seems not to be as straight-forward as the > entry/exit instrumentation (What is probably the reason it isn't implemented > yet). Or is it even impossible for some reason?
In 4.0 and above -finstruction-functions actually emits the exit function call for exceptions too, it is wrapped in a "finally" clause. Thanks, Andrew Pinski