From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15600 invoked by alias); 5 Jul 2011 08:37:30 -0000 Received: (qmail 15423 invoked by uid 22791); 5 Jul 2011 08:37:27 -0000 X-SWARE-Spam-Status: No, hits=-2.7 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-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jul 2011 08:37:12 +0000 Received: by wyg36 with SMTP id 36so4697502wyg.0 for ; Tue, 05 Jul 2011 01:37:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.229.222 with SMTP id h72mr6103788weq.34.1309855031106; Tue, 05 Jul 2011 01:37:11 -0700 (PDT) Received: by 10.216.159.197 with HTTP; Tue, 5 Jul 2011 01:37:11 -0700 (PDT) In-Reply-To: <20110704205101.GU2407@adacore.com> References: <20110627160029.GF20676@adacore.com> <834o33qlm9.fsf@gnu.org> <20110704205101.GU2407@adacore.com> Date: Tue, 05 Jul 2011 08:38:00 -0000 Message-ID: Subject: Re: [patch] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename) From: iam ahal To: Joel Brobecker Cc: Eli Zaretskii , pmuldoon@redhat.com, tromey@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-07/txt/msg00140.txt.bz2 On Tue, Jul 5, 2011 at 12:51 AM, Joel Brobecker wrote: > However, I'm more concerned about the fact that this is implemented as an option > of the backtrace argument rather than as a setting. Those of us who > have expressed an opinion seem to clearly favor the user of a setting. > Now, to find an appropriate name for that setting... You mean 'set' command (e.g. 'set bt-display-only-basename')? I can do this if necessary.