From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81040 invoked by alias); 2 Jun 2015 08:16:17 -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 81027 invoked by uid 89); 2 Jun 2015 08:16:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 02 Jun 2015 08:16:15 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 390BD2F1466; Tue, 2 Jun 2015 08:16:14 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-38.ams2.redhat.com [10.36.112.38]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t528GCDk025538; Tue, 2 Jun 2015 04:16:13 -0400 Message-ID: <556D664B.2080301@redhat.com> Date: Tue, 02 Jun 2015 08:16:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Jan Kratochvil , Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: 2 weeks to GDB 7.10 tentative branching date! References: <20150601213709.GC2631@adacore.com> <20150602081231.GA7387@host1.jankratochvil.net> In-Reply-To: <20150602081231.GA7387@host1.jankratochvil.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00013.txt.bz2 On 02/06/15 09:12, Jan Kratochvil wrote: > On Mon, 01 Jun 2015 23:37:09 +0200, Joel Brobecker wrote: >> 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 > Here is a list of some recent pending patches of mine. They do not have filed > PRs and I haven't filed PRs just for the purpose of the Wiki page above. > It find unclear what should / should not be considered a blocker. > > [patchv2] compile: Fix crash on cv-qualified self-reference > https://sourceware.org/ml/gdb-patches/2015-05/msg00434.html > Message-ID: <20150516132555.GB17266@host1.jankratochvil.net> I think is a definite blocker. > > [patchv6] compile: Use also inferior munmap > https://sourceware.org/ml/gdb-patches/2015-05/msg00432.html > Message-ID: <20150516131850.GA16793@host1.jankratochvil.net> > > [PATCH v4 1/2] compile: set debug compile: Display GCC driver filename > https://sourceware.org/ml/gdb-patches/2015-05/msg00628.html > Message-ID: <20150524185752.31862.62312.stgit@host1.jankratochvil.net> > [PATCH v5 2/2] compile: Add 'set compile-gcc' > https://sourceware.org/ml/gdb-patches/2015-05/msg00630.html > Message-ID: <20150525185046.GA30823@host1.jankratochvil.net> These would be nice to have, but I cant seem them blocking? Not concerned of those below, personally. > > [patch] Fix jit-reader.h for multilib > https://sourceware.org/ml/gdb-patches/2015-01/msg00122.html > Message-ID: <20150107173634.GA13295@host2.jankratochvil.net> > > more a RFC, unclear what is the right fix: > Re: [patch] Do not close BFDs, breaking deleted inferior shlibs > https://sourceware.org/ml/gdb-patches/2015-02/msg00457.html > Message-ID: <20150217192731.GA24843@host1.jankratochvil.net> > > > Jan