This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB 7.99.91 available for testing


On 2017-05-04 15:44, Joel Brobecker wrote:
Hello,

I have just finished creating the gdb-7.99.91 pre-release.
It is available for download at the following location:

    ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-7.99.91.tar.xz

A gzip'ed version is also available: gdb-7.99.91.tar.gz.

Please give it a test if you can and report any problems you might find.

On behalf of all the GDB contributors, thank you!

Hi Joel,

Somebody reported on IRC that the command "tty" (an alias for "set inferior-tty") didn't work anymore. git bisect found one of my commits as the culprit:

  b593ecca856860a8b38deb808493bba4beef3aee
  Makefiles: Flatten and sort file lists

This is likely due to the _initialize functions being called in a different order. I think this should block the 8.0 release. I'll have time to investigate this tonight or tomorrow.

Thanks,

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]