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


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kettenis-i386newframe-20030308-branch
Changes by:	kettenis at sourceware dot org	2003-03-16 17:33:09

Modified files:
	gdb            : ChangeLog i386-tdep.c 

Log message:
	* i386-tdep.c (regcache_cooked_write_unsigned): Remove define.
	(i386_frame_cache): Cache PC.
	(i386_frame_pop, i386_frame_pc_unwind): Remove.
	(i386_unwind_pc): New function.
	(i386_frame_id_unwind): Initialize cache if necessary.  Remove
	related assertion.
	(i386_frame_register_unwind): Remove FIXME and related assertion.
	Add code that fakes a saved processor state with the direction
	flag cleared.  Fix unwinding the stack register.
	(struct i386_frame_unwind): Remove i386_frame_pop and
	i386_frame_pc_unwind.
	(i386_gdbarch_init): Set unwind_pc.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis-i386newframe-20030308-branch&r1=1.3929.2.2&r2=1.3929.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.c.diff?cvsroot=src&only_with_tag=kettenis-i386newframe-20030308-branch&r1=1.116.4.1&r2=1.116.4.2


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