From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31050 invoked by alias); 11 Dec 2013 18:48:28 -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 31039 invoked by uid 89); 11 Dec 2013 18:48:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f47.google.com Received: from mail-qe0-f47.google.com (HELO mail-qe0-f47.google.com) (209.85.128.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Dec 2013 18:48:27 +0000 Received: by mail-qe0-f47.google.com with SMTP id t7so5875763qeb.34 for ; Wed, 11 Dec 2013 10:48:25 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.224.55.69 with SMTP id t5mr5353097qag.82.1386787705424; Wed, 11 Dec 2013 10:48:25 -0800 (PST) Received: by 10.96.175.66 with HTTP; Wed, 11 Dec 2013 10:48:25 -0800 (PST) In-Reply-To: <83lhzrwdr7.fsf@gnu.org> References: <1386713214-30200-1-git-send-email-a3at.mail@gmail.com> <83lhzrwdr7.fsf@gnu.org> Date: Wed, 11 Dec 2013 18:48:00 -0000 Message-ID: Subject: Re: [PATCH v7] gdb: set filename-display shortpath support From: Azat Khuzhin To: Eli Zaretskii Cc: gdb-patches@sourceware.org, Tom Tromey , Joel Brobecker , Pedro Alves Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2013-12/txt/msg00445.txt.bz2 On Wed, Dec 11, 2013 at 8:31 PM, Eli Zaretskii wrote: >> From: Azat Khuzhin >> Cc: tromey@redhat.com, >> eliz@gnu.org, >> brobecker@adacore.com, >> palves@redhat.com, >> Azat Khuzhin >> Date: Wed, 11 Dec 2013 02:06:54 +0400 >> >> V7: add NEWS and doc. > > Thanks. > >> +@item set filename-display shortpath >> +Display only non-common part of filenames and compilation directory. > > I suggest an example here, because the description is somewhat > cryptic. Good idea, thanks! (I also found a bug because of this) Fixed in v8. > > OK with that change. -- Respectfully Azat Khuzhin On Wed, Dec 11, 2013 at 8:31 PM, Eli Zaretskii wrote: >> From: Azat Khuzhin >> Cc: tromey@redhat.com, >> eliz@gnu.org, >> brobecker@adacore.com, >> palves@redhat.com, >> Azat Khuzhin >> Date: Wed, 11 Dec 2013 02:06:54 +0400 >> >> V7: add NEWS and doc. > > Thanks. > >> +@item set filename-display shortpath >> +Display only non-common part of filenames and compilation directory. > > I suggest an example here, because the description is somewhat > cryptic. > > OK with that change. -- Respectfully Azat Khuzhin