From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8851 invoked by alias); 2 Dec 2013 07:36:44 -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 8841 invoked by uid 89); 2 Dec 2013 07:36:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_40,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Dec 2013 07:36:41 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB27aS74026520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 2 Dec 2013 02:36:29 -0500 Received: from host2.jankratochvil.net (ovpn-116-70.ams2.redhat.com [10.36.116.70]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rB27aOdd010690 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 2 Dec 2013 02:36:26 -0500 Date: Mon, 02 Dec 2013 07:36:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Philippe Waroquiers , Doug Evans Subject: Re: status update for GDB 7.7? Message-ID: <20131202073623.GA13911@host2.jankratochvil.net> References: <20131202035637.GQ3114@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131202035637.GQ3114@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00016.txt.bz2 On Mon, 02 Dec 2013 04:56:37 +0100, Joel Brobecker wrote: > * [Jan/Doug] Record objfile->original_name as an absolute path > https://sourceware.org/ml/gdb-patches/2013-10/msg00275.html > > Hard to tell whether they are done or not. Can we have confirmation > either way? It is not checked in. The patch is IMO done in the link above. Just Doug required some whole new feature/patchset just because of the testcase there and currently I work on other more urgent things: https://sourceware.org/ml/gdb-patches/2013-10/msg00287.html Jan