From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29565 invoked by alias); 7 Oct 2012 14:28:13 -0000 Received: (qmail 29531 invoked by uid 22791); 7 Oct 2012 14:28:11 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mms1.broadcom.com (HELO mms1.broadcom.com) (216.31.210.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 07 Oct 2012 14:28:07 +0000 Received: from [10.9.200.133] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Sun, 07 Oct 2012 07:26:46 -0700 X-Server-Uuid: 06151B78-6688-425E-9DE2-57CB27892261 Received: from mail-irva-13.broadcom.com (10.11.16.103) by IRVEXCHHUB02.corp.ad.broadcom.com (10.9.200.133) with Microsoft SMTP Server id 8.2.247.2; Sun, 7 Oct 2012 07:27:16 -0700 Received: from [10.177.252.49] (unknown [10.177.252.49]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 39A4A40FE3; Sun, 7 Oct 2012 07:27:49 -0700 (PDT) Message-ID: <50719168.7070107@broadcom.com> Date: Sun, 07 Oct 2012 14:28:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: "Jan Kratochvil" cc: "gdb-patches@sourceware.org" Subject: Re: [PATCH] Display full file path in MI style disassembly listing References: <506DB4B8.5030001@broadcom.com> <20121005124353.GA22997@host2.jankratochvil.net> In-Reply-To: <20121005124353.GA22997@host2.jankratochvil.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-10/txt/msg00119.txt.bz2 On 05/10/2012 1:43 PM, Jan Kratochvil wrote: > On Thu, 04 Oct 2012 18:09:28 +0200, Andrew Burgess wrote: >> The patch below tries to use the fullname when it can, and falls back to the >> shorter name if it can't figure out the full name. > > FYI this is a variant of not yet checked in more featured pathset: > [patch] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename) > Thanks for taking the time to look through this patch. I'm not sure where this leaves my patch though. The patch you reference has not had a post from the author for 6 months, so I'm not sure when or if it will be merged. Ideally I'd still like to merge this patch, what do you think? Thanks, Andrew