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 i386-tdep.c regcache.c reggr ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cagney_sysregs-20020825-branch
Changes by:	cagney@sources.redhat.com	2002-09-19 09:49:56

Modified files:
	gdb            : ChangeLog i386-tdep.c regcache.c reggroups.c 
	                 reggroups.h 

Log message:
	2002-09-13  Andrew Cagney  <cagney@redhat.com>
	
	* i386-tdep.c (i386_add_reggroups): Add save_reggroup and
	restore_reggroup.
	(i386_register_reggroup_p): Rewrite.  Use
	default_register_reggroup_p.
	
	* reggroups.h (save_reggroup, restore_reggroup): Declare.
	* reggroups.c (save_reggroup, restore_reggroup): Define.
	(_initialize_reggroup): Add save_reggroup and restore_reggroup to
	default_groups.
	* regcache.c (regcache_restore): Restore the registers in
	restore_reggroup.
	(regcache_save): Save registers in save_reggroup.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=cagney_sysregs-20020825-branch&r1=1.3153.2.5&r2=1.3153.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.c.diff?cvsroot=src&only_with_tag=cagney_sysregs-20020825-branch&r1=1.84.4.3&r2=1.84.4.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/regcache.c.diff?cvsroot=src&only_with_tag=cagney_sysregs-20020825-branch&r1=1.57.2.2&r2=1.57.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/reggroups.c.diff?cvsroot=src&only_with_tag=cagney_sysregs-20020825-branch&r1=1.1.2.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/reggroups.h.diff?cvsroot=src&only_with_tag=cagney_sysregs-20020825-branch&r1=1.1.2.1&r2=1.1.2.2


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