From Peter Schauer: Add `mt i' alias for `mt info'.
authorAndrew Cagney <cagney@redhat.com>
Wed, 19 Apr 2000 07:59:12 +0000 (07:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 19 Apr 2000 07:59:12 +0000 (07:59 +0000)
gdb/ChangeLog
gdb/maint.c

index a4d63a8bb6001cbc82556c06fd76dd5e066a1e80..9d02969a6cc159f925fdb3ca823da280dc165a88 100644 (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
index 8a8df594809b7eb82f6527e6e9c1989934f93568..86e269a5a1e96fbfe5ed27bb478bd3828b41ffc8 100644 (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.",
This page took 0.035456 seconds and 4 git commands to generate.