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


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cagney_offbyone-20030303-branch
Changes by:	cagney at sourceware dot org	2003-03-11 23:00:27

Modified files:
	gdb            : ChangeLog frame-unwind.h frame.c 

Log message:
	2003-03-11  Andrew Cagney  <cagney at redhat dot com>
	
	* frame-unwind.h (frame_this_id_ftype): Rename
	frame_unwind_id_ftype.
	(frame_prev_register_ftype): Rename frame_unwind_reg_ftype.
	(struct frame_unwind): Update.  Rename "id" to "this_id", and
	"reg" to "prev_register".
	* frame.c (get_prev_frame): Update.  Rename parameter next_frame
	to this frame.
	(frame_register_unwind): Update.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=cagney_offbyone-20030303-branch&r1=1.3915.2.6&r2=1.3915.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame-unwind.h.diff?cvsroot=src&only_with_tag=cagney_offbyone-20030303-branch&r1=1.3.6.3&r2=1.3.6.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&only_with_tag=cagney_offbyone-20030303-branch&r1=1.71.2.6&r2=1.71.2.7


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