This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk 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]

frysk-core lib/dw/ChangeLog lib/dw/DwAtEncodin ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	scox@sourceware.org	2007-06-28 19:30:27

Modified files:
	lib/dw         : ChangeLog DwAtEncodings.shenum 
	                 DwOpEncodings.shenum DwarfDie.java 
	lib/dw/cni     : DwarfDie.cxx 
	frysk/debuginfo: ChangeLog DebugInfo.java 
	                 DebugInfoEvaluator.java 
	frysk/rt       : ChangeLog TestFrameDebugInfo.java Variable.java 
	frysk/value    : ChangeLog ClassType.java 

Log message:
	* DwAtEncodings.shenum: List all Dwarf attributes.
	* DwOpEncodings.shenum: List all Dwarf operators.
	* DebugInfo.java (get): Handle NameNotFoundException.
	* DebugInfoEvaluator.java (VariableAccessor): Remove isSuccessful.
	Add NameNotFoundException and handle it in all callers.
	(AccessMemory.getBufferAddr): Throw NameNotFoundException.
	Check register encoding via DwOpEncodings.a
	(AccessRegisters.getReg): Throw NameNotFoundException.
	Check register encoding via DwOpEncodings.a
	(getClassType): Handle DW_TAG_inheritance.
	* TestFrameDebugInfo.java (testValue): Handle NameNotFoundException.
	* Variable (getValue): Handle NameNotFoundException.
	* ClassType.java (baseClass): New.
	(setBaseClass): New.
	* cni/DwarfDie.cxx (getOffset): New.
	* cni/DwarfDie.cxx (get_offset): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/dw/ChangeLog.diff?cvsroot=frysk&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/dw/DwAtEncodings.shenum.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/dw/DwOpEncodings.shenum.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/dw/DwarfDie.java.diff?cvsroot=frysk&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/dw/cni/DwarfDie.cxx.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfo.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfoEvaluator.java.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.305&r2=1.306
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestFrameDebugInfo.java.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/Variable.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ClassType.java.diff?cvsroot=frysk&r1=1.17&r2=1.18


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