This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA/RFC: dump symtab and psymtab lists


I've committed this patch.

Jim Blandy <jimb@redhat.com> writes:

> gdb/ChangeLog:
> 2003-04-17  Jim Blandy  <jimb@redhat.com>
> 
> 	Rename commands 'maint list symtabs' and 'maint list psymtabs' to
> 	'maint info symtabs' and 'maint info psymtabs'.
> 	* symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
> 	Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
> 	* symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
> 	Declarations updated.
> 	* maint.c (maintenance_list_command): Delete.
> 	(_initialize_maint_cmds): Update calls to add_cmd.
> 	* gdbcmd.h (maintenancelistlist): Delete declaration.
> 	* cli/cli-cmds.c (maintenancelistlist): Delete.
> 	(init_cmd_lists): Don't initialize it.
> 	* cli/cli-cmds.h (maintenancelistlist): Delete declaration.
> 
> gdb/doc/ChangeLog:
> 2003-04-17  Jim Blandy  <jimb@redhat.com>
> 
> 	* gdb.texinfo (Symbols): Update documentation: 'maint list
> 	symtabs' and 'maint list psymtabs' have been renamed 'maint info
> 	symtabs' and 'maint info psymtabs'.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]