This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: 2 weeks to GDB 7.10 tentative branching date!
- From: Philippe Waroquiers <philippe dot waroquiers at skynet dot be>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 02 Jun 2015 22:45:45 +0200
- Subject: Re: 2 weeks to GDB 7.10 tentative branching date!
- Authentication-results: sourceware.org; auth=none
- References: <20150601213709 dot GC2631 at adacore dot com>
On Mon, 2015-06-01 at 14:37 -0700, Joel Brobecker wrote:
> Hello,
>
> Just a quick reminder that we've set the tentative branching
> date for the GDB 7.10 release to June 15th, which is only
> a couple of weeks away.
>
> As in previous releases, we have a wiki page where we track all
> blocking issues before we can cut the branch:
>
> https://sourceware.org/gdb/wiki/GDB_7.10_Release
>
> If you know of anything that we should hold the branch for, please
> let us know. There are typically regressions, important features
> that need a little extra time to be completely integrated in master,
> etc.
>
> Thank you!
It would be nice to have something that fixes the wrong
executable files being picked up by GDB.
See thread
https://sourceware.org/ml/gdb-patches/2015-05/msg00090.html
For the moment, the behaviour is really strange when detaching
and attaching to another process.
That does not only happen with gdbserver, I think
the same bug also happens with 'simple' attach/detach/attach.
Philippe