From a177aad3d79648d06b5624652ad267e010d2b389 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Thu, 9 Jul 2009 07:23:33 +0000 Subject: * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command. --- gdb/cli/cli-cmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/cli') diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 1b17751..9c11204 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1341,6 +1341,7 @@ Without an argument, history expansion is enabled."), Generic command for showing things about the program being debugged."), &infolist, "info ", 0, &cmdlist); add_com_alias ("i", "info", class_info, 1); + add_com_alias ("inf", "info", class_info, 1); add_com ("complete", class_obscure, complete_command, _("List the completions for the rest of the line as a command.")); -- cgit v1.1