This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Add "inf" alias for "info"
- From: Pedro Alves <pedro at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Cc: "Pierre Muller" <muller at ics dot u-strasbg dot fr>
- Date: Wed, 8 Jul 2009 14:23:13 +0100
- Subject: Re: [RFA] Add "inf" alias for "info"
- References: <000001c9ffce$8b9b81e0$a2d285a0$@u-strasbg.fr>
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