From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2645 invoked by alias); 8 Jul 2009 13:23:26 -0000 Received: (qmail 2637 invoked by uid 22791); 8 Jul 2009 13:23:25 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Jul 2009 13:23:15 +0000 Received: (qmail 24745 invoked from network); 8 Jul 2009 13:23:12 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 8 Jul 2009 13:23:12 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Add "inf" alias for "info" Date: Wed, 08 Jul 2009 13:23:00 -0000 User-Agent: KMail/1.9.10 Cc: "Pierre Muller" References: <000001c9ffce$8b9b81e0$a2d285a0$@u-strasbg.fr> In-Reply-To: <000001c9ffce$8b9b81e0$a2d285a0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907081423.14012.pedro@codesourcery.com> 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: 2009-07/txt/msg00236.txt.bz2 On Wednesday 08 July 2009 14:18:12, Pierre Muller wrote: > > I was used to use > (gdb) inf reg > to get a listing of registers, > but since the new "inferior" command appeared, > I now get this: > (gdb) inf reg > Ambiguous command "inf reg": inferior, info. > > The proposed patch add "inf" as an alias > of "info", saving the hassle of retyping "info" > after the message above. Why not type just "i"? It is already an alias for "info", and, it's shorter anyway ==> less hassle. -- Pedro Alves