From Peter Schauer: Add `mt i' alias for `mt info'.

This commit is contained in:
Andrew Cagney 2000-04-19 07:59:12 +00:00
parent 7194c49b36
commit 90515c233a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-03-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* maint.c (_initialize_maint_cmds): Add `mt i' alias for `mt info'.
2000-03-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* infcmd.c (_initialize_infcmd): Add `info r' alias for

View File

@ -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.",