This is the mail archive of the gdb-cvs@sourceware.org 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]

src/gdb ChangeLog dbug-rom.c m32r-rom.c monito ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-02-19 19:41:28

Modified files:
	gdb            : ChangeLog dbug-rom.c m32r-rom.c monitor.c 
	                 monitor.h ppcbug-rom.c 

Log message:
	Garbage collect struct monitor_ops::load_routine.
	
	While touching monitor_load in a previous patch, I noticed this method
	is no longer set to anything other than NULL in the tree, so we can
	remove it.
	
	Tested by building with --enable-targets=all.
	
	2013-02-19  Pedro Alves  <palves@redhat.com>
	
	Garbage collect 'struct monitor_ops'::load_routine.
	
	* monitor.h (struct monitor_ops) <load_routine>: Remove field.
	* monitor.c (monitor_load): No longer call
	current_monitor->load_routine.
	* dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
	* m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
	* ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15171&r2=1.15172
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dbug-rom.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/m32r-rom.c.diff?cvsroot=src&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/monitor.c.diff?cvsroot=src&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/monitor.h.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ppcbug-rom.c.diff?cvsroot=src&r1=1.18&r2=1.19


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