From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47594 invoked by alias); 2 Jun 2015 16:33:08 -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 47570 invoked by uid 89); 2 Jun 2015 16:33:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 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 16:33:06 +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 623198F30D; Tue, 2 Jun 2015 16:33:05 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t52GX1EZ001190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 2 Jun 2015 12:33:04 -0400 Date: Tue, 02 Jun 2015 16:33:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: Joel Brobecker , gdb-patches@sourceware.org, Phil Muldoon Subject: Re: 2 weeks to GDB 7.10 tentative branching date! Message-ID: <20150602163301.GA17490@host1.jankratochvil.net> References: <20150601213709.GC2631@adacore.com> <20150602081231.GA7387@host1.jankratochvil.net> <556DD7F8.1010505@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <556DD7F8.1010505@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00033.txt.bz2 On Tue, 02 Jun 2015 18:21:12 +0200, Yao Qi wrote: > On 02/06/15 09:12, Jan Kratochvil wrote: > >[PATCH v4 1/2] compile: set debug compile: Display GCC driver filename > This was reviewed and approved by Pedro here > https://sourceware.org/ml/gdb-patches/2015-05/msg00711.html Yes, sorry about that - it is still waiting on its GCC part which confused me. [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> [patchv6] compile: Use also inferior munmap https://sourceware.org/ml/gdb-patches/2015-05/msg00432.html Message-ID: <20150516131850.GA16793@host1.jankratochvil.net> - maybe it is already reviewed by Pedro in https://sourceware.org/ml/gdb-patches/2015-05/msg00107.html but the patch got simplified so it was not approved as is. [patch] Fix jit-reader.h for multilib https://sourceware.org/ml/gdb-patches/2015-01/msg00122.html Message-ID: <20150107173634.GA13295@host2.jankratochvil.net> 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> - more a RFC, unclear what is the right fix: Jan