This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [users/palves/catch_exceptions] [PATCH] zap catch_exceptions (Re: [RFA] Change exceptions.h functions to use gdb::function_view)
Pedro> Alright, I've pushed this patch below on the branch as well. It
Pedro> gets rid of catch_exceptions / catch_exceptions_with_msg. The
Pedro> latter is done mostly by getting rid of the remaining vestigial libgdb
Pedro> wrapper functions, which are really pointless nowadays. This results in
Pedro> a good number of simplifications.
Thanks for doing this. I'd started earlier, and did the catch_errors
part, but I saw your mail before I finished; and I think your patch is a
bit cleaner anyway.
I think my MI cleanup branch (still pending review) also touched these
vestigial libgdb functions, but I don't mind rebasing that when the time
comes.
Tom