From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16059 invoked by alias); 2 Feb 2013 18:27:18 -0000 Received: (qmail 16036 invoked by uid 22791); 2 Feb 2013 18:27:17 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Feb 2013 18:27:10 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MHL00L00UXVRM00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 02 Feb 2013 20:27:03 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MHL00L9XV92BZE0@a-mtaout22.012.net.il>; Sat, 02 Feb 2013 20:27:02 +0200 (IST) Date: Sat, 02 Feb 2013 18:27:00 -0000 From: Eli Zaretskii Subject: Re: [patchv3 13/11] Make relative-with-system-absolute the default In-reply-to: <20130202180658.GA16269@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838v76bmh2.fsf@gnu.org> References: <20130129221118.GB27463@host2.jankratochvil.net> <20130130074859.GB15998@host2.jankratochvil.net> <831ud2ioax.fsf@gnu.org> <20130202180658.GA16269@host2.jankratochvil.net> 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: 2013-02/txt/msg00047.txt.bz2 > Date: Sat, 2 Feb 2013 19:06:58 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > On Wed, 30 Jan 2013 18:16:38 +0100, Eli Zaretskii wrote: > > > --- a/gdb/NEWS > > > +++ b/gdb/NEWS > > > @@ -119,7 +119,9 @@ set filename-display basename|relative|absolute|relative-with-system-absolute > > > |basename-with-system-absolute > > > show filename-display > > > Control the way in which filenames is displayed. > > > - The default is "relative", which preserves previous behavior. > > > + Previous behavior was "relative". > > > + New default is "relative-with-system-absolute", which prints source filenames > > > + from files with present separate debug info in absolute form. > > > > I believe "present" should be removed from here. > > I will remove it but it was present there to highlight it does not apply to > files with separated debug info where the separate debug info is currently not > installed. Although in such case no source filename is printed at all so it > is irrelevant whether it would be printed in absolute or relative form. Yes, I believe your last sentence is the reason why this detail does not need to be mentioned.