GDB 8.0 release / imminent branching? (2017-04-10)

Andreas Arnez arnez@linux.vnet.ibm.com
Tue Apr 11 14:21:00 GMT 2017


On Mon, Apr 10 2017, Joel Brobecker wrote:

> We have two 8.0 pending PRs:
>
> * server/21169	GDBServer on ARM can crash the inferior while single stepping
>
>      Antoine indicated that he's working on it, and his expected
>      completion date isn't all that far away. Still on track for
>      that, Antoine?
>
> * build/21187	Static linking of libstdc++ and libgcc with GDB leads to broken exception handling on AIX platform
>
>      For this one, I think the feedback so far is a question about
>      the fact that this is only a work around. Parallel to that,
>      did I see a thread where people are discussing a real fix
>      for the exception handling issue?
>
>      So, perhaps we might not need the GDB patch after all?
>      Is there a version of GCC capable of compiling GDB 8.x
>      on AiX?

Maybe not be relevant for answering your question, but the issue doesn't
seem to be restricted to AIX.  It occurs on Windows with mingw as well,
see gdb/21078 ("gdb compiled with mingw32 crashes on Windows7 when
entering any invalid command").

In addition to those PRs, It'd be great to get some of the DWARF piece
handling fixes in GDB 8.0, particularly the fix for gdb/21226.  There's
a patch set available that "just" needs review:

  https://sourceware.org/ml/gdb-patches/2017-04/msg00177.html

Also, I wonder who can look at exp/21162 ("GDB internal error with
unbounded array typecast expression").  It's a regression introduced
when adding variable length array support in April 2014.  The author,
Sanimir Agovic, doesn't seem to be active in GDB development any more?
The patch was reviewed by Joel Brobecker, though... ;-)

And last week a GDB internal error in value.c was reported as gdb/21356.
I haven't checked whether that is a regression or not.

--
Andreas



More information about the Gdb-patches mailing list