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 builtin-regs.c builtin-regs. ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_3-branch
Changes by:	cagney@sources.redhat.com	2002-09-25 13:43:23

Modified files:
	gdb            : ChangeLog builtin-regs.c builtin-regs.h eval.c 
	                 expprint.c frame.c frame.h infcmd.c parse.c 
	                 parser-defs.h 
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.base: pc-fp.c pc-fp.exp 

Log message:
	* frame.c: Include "gdb_string.h" and "builtin-regs.h".
	(frame_map_regnum_to_name): New function.
	(frame_map_name_to_regnum): New function.
	* frame.h (frame_map_name_to_regnum): Declare.
	(frame_map_regnum_to_name): Declare.
	* builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
	* builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
	* parse.c: Do not include "builtin-regs.h".
	(target_map_name_to_register): Delete function.
	(write_dollar_variable): Use frame_map_name_to_regnum.
	* parser-defs.h (target_map_name_to_register): Delete declaration.
	* expprint.c: Include "frame.h".
	(print_subexp): Use frame_map_regnum_to_name.
	* eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
	* infcmd.c (registers_info): Use frame_map_name_to_regnum.
	
	Testsuite:
	
	* gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.3181.2.15&r2=1.3181.2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/builtin-regs.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.2&r2=1.2.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/builtin-regs.h.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.1&r2=1.1.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/eval.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.23&r2=1.23.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/expprint.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.8&r2=1.8.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.15&r2=1.15.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.h.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.22&r2=1.22.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.54.6.1&r2=1.54.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.25&r2=1.25.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.11&r2=1.11.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.384&r2=1.384.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/pc-fp.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/pc-fp.exp.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=NONE&r2=1.1.2.1


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