From 327f7197b0cf72996628cdca53d64914e366c585 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 15 Oct 1992 13:42:10 +0000 Subject: * Makefile.in (VERSION): Roll to 4.6.8. (OBS): Put version.o first, so Makefile rebuild happens early. * command.h: Publicize prototype for not_just_help_class_command. * command.c: Remove proto. * maint.c: Mark "mt" as an abbrev, to avoid duplicated help output. Move "maint info" from class info to class maintenance, and improve text. * infrun.c: Move "stop" to class_obscure, and give it a function so it will not be seen as a global help topic. FIXME, it should be possible to set these attributes independently. * core.c (core_command): Make nicer error message for no core support. --- gdb/maint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/maint.c') diff --git a/gdb/maint.c b/gdb/maint.c index aff04b1..9a37fe0 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -167,10 +167,10 @@ to test internal functions such as the C++ demangler, etc.", &maintenancelist, "maintenance ", 0, &cmdlist); - add_com_alias ("mt", "maintenance", class_maintenance, 0); + add_com_alias ("mt", "maintenance", class_maintenance, 1); - add_prefix_cmd ("info", class_info, maintenance_info_command, - "Commands for showing things about the program being debugged.", + add_prefix_cmd ("info", class_maintenance, maintenance_info_command, + "Commands for showing internal info about the program being debugged.", &maintenanceinfolist, "maintenance info ", 0, &maintenancelist); -- cgit v1.1