From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8765 invoked by alias); 16 May 2012 14:26:59 -0000 Received: (qmail 8753 invoked by uid 22791); 16 May 2012 14:26:58 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 May 2012 14:26:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F366C1C6F73; Wed, 16 May 2012 10:26:44 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5qOiqtakenLN; Wed, 16 May 2012 10:26:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A2E271C6F75; Wed, 16 May 2012 10:26:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3CEE0145616; Wed, 16 May 2012 07:26:33 -0700 (PDT) Date: Wed, 16 May 2012 14:26:00 -0000 From: Joel Brobecker To: Thomas Schwinge Cc: gdb-patches@sourceware.org, Kevin Buettner , "Maciej W. Rozycki" Subject: Re: [SH] regs command Message-ID: <20120516142633.GV10253@adacore.com> References: <87ehqkrzzw.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87ehqkrzzw.fsf@schwinge.name> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00603.txt.bz2 > 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. -- Joel