This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA v2 16/17] Convert dwarf_expr_context_funcs to methods
- From: Tom Tromey <tom at tromey dot com>
- To: Tom Tromey <tom at tromey dot com>
- Cc: Pedro Alves <palves at redhat dot com>, gdb-patches at sourceware dot org
- Date: Tue, 01 Nov 2016 16:05:58 -0600
- Subject: Re: [RFA v2 16/17] Convert dwarf_expr_context_funcs to methods
- Authentication-results: sourceware.org; auth=none
- References: <1476393012-29987-1-git-send-email-tom@tromey.com> <1476393012-29987-17-git-send-email-tom@tromey.com> <94f5892b-e4d2-f903-36e2-513e37f3947b@redhat.com> <878ttmid6e.fsf@tromey.com> <87a8dyhetz.fsf@tromey.com> <b0005a6d-4f0f-ca54-e0c1-18cad7fc7656@redhat.com> <878tt5w7wd.fsf@tromey.com>
>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:
Pedro> Unfortunately, this caused regressions:
Pedro> https://sourceware.org/ml/gdb-testers/2016-q4/msg01382.html
Tom> I'll set up to use the try builder tomorrow and then rely on that
Tom> instead. Meanwhile here's the patch I'll be testing.
I went through all the test results and I think this went ok.
It's a little hard to tell because "Fedora-x86_64-native-gdbserver-m64"
had many failures -- but that build had many failures for another try
run of mine, so I don't believe they were caused by this patch.
Tom