This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp and unsupported catchpoints
Tom> If you can make it so this can work without debuginfo somehow, that
Tom> would be much better for users.
Joel> The problem is that we need to get to the argument of function we are
Joel> breaking on in order to determine which exception has been raised.
Joel> That's where we really need the debug info. I think I even added
Joel> a comment about that in the code...
Another nice feature of sdt.h probes is that you can extract arguments
without debuginfo :-)
Tom