This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA v2 0/4] C++-ify some breakpoint subclasses a bit more
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 19 Jul 2017 14:32:21 -0600
- Subject: [RFA v2 0/4] C++-ify some breakpoint subclasses a bit more
- Authentication-results: sourceware.org; auth=none
This is v2 of this series:
https://sourceware.org/ml/gdb-patches/2017-06/msg00096.html
I believe this fixes all the review comments.
I also added a couple of patches to fix up "catch syscall" a bit.
Regtested on the buildbot.
Tom