From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42841 invoked by alias); 13 May 2015 16:23:55 -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 42829 invoked by uid 89); 13 May 2015 16:23:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout25.012.net.il Received: from mtaout25.012.net.il (HELO mtaout25.012.net.il) (80.179.55.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 May 2015 16:23:52 +0000 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NOA00L00QD71E00@mtaout25.012.net.il> for gdb-patches@sourceware.org; Wed, 13 May 2015 19:18:37 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NOA00K7OQN1DJ20@mtaout25.012.net.il>; Wed, 13 May 2015 19:18:37 +0300 (IDT) Date: Wed, 13 May 2015 16:23:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH, doc RFA] Rename maint/set-debug "dwarf2" commands to "dwarf" In-reply-to: <047d7bacbd5a7c7e6f0515eb7282@google.com> To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wq0cjvl6.fsf@gnu.org> References: <047d7bacbd5a7c7e6f0515eb7282@google.com> X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00320.txt.bz2 > Date: Wed, 13 May 2015 00:11:05 +0000 > From: Doug Evans > > This patch renames the user-visible uses of "dwarf2" to "dwarf". > It's triggered by the discussion here: > https://sourceware.org/ml/gdb-patches/2015-05/msg00286.html I have no comments to the docs, but do we want to leave behind an alias, in case there are scripts out there that rely on this command's current name? Thanks.