From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114797 invoked by alias); 2 Jun 2015 20:45:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 114787 invoked by uid 89); 2 Jun 2015 20:45:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailrelay112.isp.belgacom.be Received: from mailrelay112.isp.belgacom.be (HELO mailrelay112.isp.belgacom.be) (195.238.20.139) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 Jun 2015 20:45:33 +0000 X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=Q1Q/C1EQSVRz+P2kPc4NLwp2Y210MHxbkbuPGccmY1k= c=1 sm=2 a=IkcTkHD0fZMA:10 a=CCpqsmhAAAAA:8 a=n12IvgqqPBGKtT2r9iwA:9 a=QEXdDO2ut3YA:10 a=Uu12ikCsfJUA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CcAQBsFW5V/xSZgW0NToNkXoMevTaFdwKCEAEBAQEBAYUuAQEEI1YQCxgCAiYCAlcGiEUItVFwpBsBAQEBAQEBAwEBAQEBARgEgSGKIoJrghsHgmiBRQWXRogLg3OSGoEEgxltgkcBAQE Received: from 20.153-129-109.adsl-dyn.isp.belgacom.be (HELO [192.168.1.11]) ([109.129.153.20]) by relay.skynet.be with ESMTP; 02 Jun 2015 22:45:30 +0200 Subject: Re: 2 weeks to GDB 7.10 tentative branching date! From: Philippe Waroquiers To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <20150601213709.GC2631@adacore.com> References: <20150601213709.GC2631@adacore.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 02 Jun 2015 20:45:00 -0000 Message-ID: <1433277945.2976.2.camel@soleil> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00035.txt.bz2 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