diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a4d63a8bb6..9d02969a6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-03-27 Peter Schauer + + * maint.c (_initialize_maint_cmds): Add `mt i' alias for `mt info'. + 2000-03-27 Peter Schauer * infcmd.c (_initialize_infcmd): Add `info r' alias for diff --git a/gdb/maint.c b/gdb/maint.c index 8a8df59480..86e269a5a1 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -495,6 +495,7 @@ to test internal functions such as the C++ demangler, etc.", "Commands for showing internal info about the program being debugged.", &maintenanceinfolist, "maintenance info ", 0, &maintenancelist); + add_alias_cmd ("i", "info", class_maintenance, 1, &maintenancelist); add_cmd ("sections", class_maintenance, maintenance_info_sections, "List the BFD sections of the exec and core files.",