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

src/gdb ChangeLog monitor.h monitor.c cpu32bug ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	graces@sources.redhat.com	2002-06-26 08:14:34

Modified files:
	gdb            : ChangeLog monitor.h monitor.c cpu32bug-rom.c 
	                 abug-rom.c dbug-rom.c remote-est.c rom68k-rom.c 

Log message:
	* monitor.h: Add the function regname to monitor_ops
	structure. This way NUM_REGS does not have to be a constant.
	* monitor.c (monitor_fetch_register): Added support for regname
	function. The function is called if the array regnames is NULL.
	(monitor_store_register): Same.
	* cpu32bug-rom.c (cpu32bug_regname):  Add function. Replaces regnames array.
	(init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
	cpu32bug_cmds.regname to point to new function.
	* abug-rom.c (abug_regname): Same as above.
	(init_abug_cmds): Same.
	* dbug-rom.c (dbug_regname): Same as above.
	(init_dbug_cmds): Same.
	* remote-est.c (est_regname): Same.
	(init_est_cmds): Same.
	* rom68k-rom.c (rom68k_regname): Same.
	(init_rom68k_cmds): Same.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2827&r2=1.2828
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/monitor.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/monitor.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cpu32bug-rom.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/abug-rom.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dbug-rom.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote-est.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/rom68k-rom.c.diff?cvsroot=src&r1=1.7&r2=1.8


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