mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user