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 frame.c gdbarch.c gdbarch.h gdbarch.sh ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cagney-unwind-20030108-branch
Changes by:	cagney@sourceware.org	2003-01-13 13:14:03

Modified files:
	gdb            : frame.c gdbarch.c gdbarch.h gdbarch.sh 
	                 legacy-frame.c stack.c 

Log message:
	2003-01-13  Andrew Cagney  <ac131313@redhat.com>
	
	* gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
	predicate.
	* gdbarch.h, gdbarch.c: Regenerate.
	* stack.c (frame_info): Only initialize the saved registers when
	FRAME_INIT_SAVED_REGS_P.
	* frame.c (frame_saved_regs_register_unwind): Assert
	FRAME_INIT_SAVED_REGS_P.
	(deprecated_generic_get_saved_register): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.56.2.4&r2=1.56.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.177&r2=1.177.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.138&r2=1.138.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.189&r2=1.189.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/legacy-frame.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.1.2.2&r2=1.1.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stack.c.diff?cvsroot=src&only_with_tag=cagney-unwind-20030108-branch&r1=1.59&r2=1.59.2.1


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