frysk-imports/lib/unwind ChangeLog StackTraceC ...

ajocksch@sourceware.org ajocksch@sourceware.org
Wed Jul 12 13:44:00 GMT 2006


CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	ajocksch@sourceware.org	2006-07-12 13:44:32

Modified files:
	lib/unwind     : ChangeLog StackTraceCreator.java 
	lib/unwind/cni : StackTraceCreator.cxx 
Added files:
	lib/unwind     : FrameCursor.java 
	lib/unwind/cni : FrameCursor.cxx 
Removed files:
	lib/unwind     : Frame.java 
	lib/unwind/cni : Frame.cxx 

Log message:
	2005-07-12  Adam Jocksch  <ajocksch@redhat.com>
	
	* Frame.java: Renamed to FrameCursor.java.
	(getFuncEndAddr): Removed, should be part of a higher level usage.
	(getFuncStartAddr): Ditto.
	(getFunctionName): Ditto.
	(getPc): Ditto.
	(create_frame): Renamed to create_frame_cursor.
	* StackCreator.java (createStackTrace): Added javadoc comments.
	* cni/Frame.cxx: Renamed to FrameCursor.cxx.
	(create_frame): Renamed to create_frame_cursor, now only memcpy's the
	data in the provided cursor into it's own personal pointer.
	* cni/StackTraceCreator.cxx (unwind_setup): Now links FrameCursors together
	in the correct order (i.e. last->first), so that each frame's "previous"
	frame is the one immediately before it chronologically.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/FrameCursor.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/ChangeLog.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/StackTraceCreator.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/Frame.java.diff?cvsroot=frysk&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/FrameCursor.cxx.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/StackTraceCreator.cxx.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/unwind/cni/Frame.cxx.diff?cvsroot=frysk&r1=1.1&r2=NONE



More information about the Frysk-cvs mailing list