This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB 8.2 release 2018-08-21 status update
- From: Kevin Buettner <kevinb at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org, scox at redhat dot com, palves at redhat dot com, Keith Seitz <keiths at redhat dot com>
- Date: Tue, 21 Aug 2018 11:33:34 -0700
- Subject: Re: GDB 8.2 release 2018-08-21 status update
- References: <20180821175136.GA3365@adacore.com>
On Tue, 21 Aug 2018 10:51:36 -0700
Joel Brobecker <brobecker@adacore.com> wrote:
> * [KevinB] PR gdb/23021
> Setting breakpoints with -freorder-blocks-and-partition
> https://sourceware.org/bugzilla/show_bug.cgi?id=23021
>
> Identified as needed in the previous release, but couldn't do it
> in time. We should be very close, now:
> [v3] https://sourceware.org/ml/gdb-patches/2018-08/msg00467.html
>
> I'm wondering how reasonable it's going to be to backport
> those changes onto the branch, though... Any thoughts on that?
> Kevin? Simon?
I know that the current patches won't apply cleanly - I had to do a
bit of work yesterday to rebase my v2 work to the current sources.
It probably won't be too hard though...
> * [KevinB] PR symtab/23010
> Regression: Assertion: SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language
> https://sourceware.org/bugzilla/show_bug.cgi?id=23010
>
> This regression was seemingly fixed, and then makes a come back.
> I suggested we double-check this is indeed still a regression.
I think this one is for Keith? (I've added him to the CC.)
Kevin