From 90515c233a7ada5625879f29410335fe02e57bf6 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 19 Apr 2000 07:59:12 +0000 Subject: [PATCH] From Peter Schauer: Add `mt i' alias for `mt info'. --- gdb/ChangeLog | 4 ++++ gdb/maint.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a4d63a8bb60..9d02969a6cc 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 8a8df594809..86e269a5a1e 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.", -- 2.30.2