* cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
authorPierre Muller <muller@sourceware.org>
Thu, 9 Jul 2009 07:23:33 +0000 (07:23 +0000)
committerPierre Muller <muller@sourceware.org>
Thu, 9 Jul 2009 07:23:33 +0000 (07:23 +0000)
gdb/ChangeLog
gdb/cli/cli-cmds.c

index b7c2297261e21c3f76e92500aaeaf7fd64508ee7..7f70d4d19eba6caa8c344001f7d9cae57d616630 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
+
 2009-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
index 1b1775128765d9adc2ad37b23de60b3243e98aa1..9c112043d138c2a11eaa19d0bf770ad320c79a56 100644 (file)
@@ -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."));
This page took 0.039848 seconds and 4 git commands to generate.