From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21941 invoked by alias); 16 May 2012 19:36:06 -0000 Received: (qmail 21852 invoked by uid 22791); 16 May 2012 19:36:05 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,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; Wed, 16 May 2012 19:35:51 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M4400G00RML1000@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 16 May 2012 22:35:49 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4400FZRRROBAB0@a-mtaout22.012.net.il>; Wed, 16 May 2012 22:35:49 +0300 (IDT) Date: Wed, 16 May 2012 19:36:00 -0000 From: Eli Zaretskii Subject: Re: [SH] regs command In-reply-to: <87zk98qe8t.fsf@schwinge.name> To: Thomas Schwinge Cc: brobecker@adacore.com, gdb-patches@sourceware.org, kevinb@redhat.com, macro@codesourcery.com Reply-to: Eli Zaretskii Message-id: <83pqa3or1f.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <87ehqkrzzw.fsf@schwinge.name> <20120516142633.GV10253@adacore.com> <87zk98qe8t.fsf@schwinge.name> 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: 2012-05/txt/msg00619.txt.bz2 > From: Thomas Schwinge > Cc: gdb-patches@sourceware.org, Kevin Buettner , "Maciej W. Rozycki" > Date: Wed, 16 May 2012 18:31:30 +0200 > > On Wed, 16 May 2012 07:26:33 -0700, Joel Brobecker wrote: > > > I therefore propose to remove sh_show_regs_command et al. from sh-tdep.c. > > > If nobody objects, can it just go silently, or should invoking it then > > > cause an error message, like »Please use the »info all-registers« command > > > instead of »regs«.«? > > > > Make it an alias of "info reg" or "info all-registers", and make > > the alias deprecated, so that users get a warning when they use it? > > We can make that command deprecated for 7.5, and then remove it > > from HEAD after 7.5 is branched, in a few weeks. > > Sounds good, and thusly implemented, OK to commit? The documentation parts are okay. Thanks.