From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8298 invoked by alias); 11 Mar 2012 01:22:45 -0000 Received: (qmail 8290 invoked by uid 22791); 11 Mar 2012 01:22:45 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 11 Mar 2012 01:22:29 +0000 Received: by iajr24 with SMTP id r24so5112015iaj.0 for ; Sat, 10 Mar 2012 17:22:29 -0800 (PST) Received: by 10.50.179.40 with SMTP id dd8mr11852514igc.29.1331428949207; Sat, 10 Mar 2012 17:22:29 -0800 (PST) Received: from [192.168.1.128] ([115.195.155.168]) by mx.google.com with ESMTPS id mk10sm5399599igc.4.2012.03.10.17.22.25 (version=SSLv3 cipher=OTHER); Sat, 10 Mar 2012 17:22:27 -0800 (PST) Message-ID: <4F5BFE6E.4060905@gmail.com> Date: Sun, 11 Mar 2012 01:22:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: iam ahal CC: gdb-patches@sourceware.org Subject: Re: [patch] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename) References: <83fwgzbrp9.fsf@gnu.org> <201112061249.47758.pedro@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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-03/txt/msg00376.txt.bz2 On 2012-3-11 4:14, iam ahal wrote: > First of all, I'm sorry for a late response (again). Fortunately, at > last, I've found free time at my weekend. > Thanks for the review since my last message. > > To Eli Zaretskii, Tom Tromey, Pedro Alves, Doug Evans > > I've tried carefully to fix documentation and a little piece of code. > Also, I've added NEWS entry. > Please, check this out. > Could you consider adding an option to show the fullpath? See: http://sourceware.org/ml/gdb-patches/2012-03/msg00073.html Thanks. Yuanhui Zhang