Hi,

I'm trying to use Dehydra to identify uncaught exceptions.  So far,
I've been able to identify:

* which functions will throw an exception (they will make a call to
__cxa_allocate_exception and __cxa_throw)
* which functions will catch an exception (they will make a call to
__cxa_begin_catch and __cxa_end_catch)

But I haven't yet been able to identify which sections in a function
are included in a try{} block.  Is there some obvious way to do this
with Dehydra that I've just missed, or is this something that isn't
implemented?

If necessary, I can post my test case and script.

Thanks for the help!  I've been really impressed with Dehydra so far,
and it's saved my skin a few times already.

Cheers
Tony
_______________________________________________
Dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to