From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18351 invoked by alias); 17 Feb 2007 10:21:32 -0000 Received: (qmail 18342 invoked by uid 22791); 17 Feb 2007 10:21:32 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 Feb 2007 10:21:26 +0000 Received: from HOME-C4E4A596F7 ([81.5.50.212]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GBH72119 (AUTH halo1); Sat, 17 Feb 2007 12:21:17 +0200 (IST) Date: Sat, 17 Feb 2007 11:43:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: nickrob@snap.net.nz, gdb@sourceware.org In-reply-to: <20070216125442.GA32281@caradoc.them.org> (message from Daniel Jacobowitz on Fri, 16 Feb 2007 07:54:43 -0500) Subject: Re: `processor' command Reply-to: Eli Zaretskii References: <17877.11681.706400.331373@kahikatea.snap.net.nz> <20070216125442.GA32281@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00181.txt.bz2 > Date: Fri, 16 Feb 2007 07:54:43 -0500 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > On Fri, Feb 16, 2007 at 05:05:53PM +1300, Nick Roberts wrote: > > > > The manual says: > > > > `set processor' > > `processor' > > These are alias commands for, respectively, `set architecture' and > > `show architecture'. > > > > The command `processor' doesn't work for me. As it's an alias anyway how about > > getting rid of it? > > I guess it was supposed to be "show processor"? But in any case there > isn't one, only "set processor" is implemented. So I think we can > un-document "processor". If there is `set processor', there should be also `show processor'. So I think we should either remove the former or add the latter. I'm not sure what you meant by ``un-document''; if that means leave a command, but don't document it, I'm against it.