From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17271 invoked by alias); 22 Mar 2003 22:20:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17264 invoked from network); 22 Mar 2003 22:20:22 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 22 Mar 2003 22:20:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 048B02B11; Sat, 22 Mar 2003 17:20:18 -0500 (EST) Message-ID: <3E7CE1A1.5080108@redhat.com> Date: Sat, 22 Mar 2003 22:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH ARM add new set/show arm commands References: <200303221629.h2MGTDp32344@pc960.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00464.txt.bz2 > This patch starts the process of moving the arm-specific set/show options > into a sub-group. For the moment I've only done this for the set/show > disassembly-flavor command, where I've also taken the opportunity to drop > "flavor" from the command (it's non-intuitive if you speak English-English > :-) See: set [?] disassembler, replace disassembly-flavour or flavor[sic] http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=548 enjoy, Andrew > So we now have > > set arm disassembly > > and > > show arm disassembly > > The options to this command are identical to those we had before. > > Finally, I've marked the old commands as deprecated, and in addition I've > marked the really old "othernames" command similarly. > > Patches to move other arm-specific commands to this new style will follow > shortly. > > R.