summaryrefslogtreecommitdiff
path: root/gdb/maint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/maint.c')
-rw-r--r--gdb/maint.c1
1 files changed, 1 insertions, 0 deletions
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.",