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-sys frysk/debuginfo/ChangeLog frysk/debu ...


CVSROOT:	/cvs/frysk
Module name:	frysk-sys
Changes by:	swagiaal@sourceware.org	2007-07-26 14:04:54

Modified files:
	frysk/debuginfo: ChangeLog DebugInfoEvaluator.java 
	frysk/rt       : ChangeLog Scope.java Subprogram.java 
	                 Variable.java 
	frysk/stack    : ChangeLog StackFactory.java 
	lib/dwfl       : ChangeLog DwarfDie.java 
Added files:
	frysk/debuginfo: ValueUavailableException.java 
	                 VariableOptimizedOutException.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	+2007-07-26  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * VariableOptimizedOutException.java: New file.
	+       * ValueUavailableException.java: New file.
	+       * DebugInfoEvaluator.java: Removed unused code.
	+       (getBufferAddr): now throws VariableOptimizedOutException and
	+       ValueUavailableException when appropriet.
	
	Index: frysk-core/frysk/rt/ChangeLog
	+2007-07-26  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * Variable.java (getValue): added handling for NameNotFoundException
	+       (toPrint): New function.
	+       * Scope.java (toPrint): Added variable printing.
	+       * Subprogram.java (toPrint): Ditto.
	+
	
	Index: frysk-core/frysk/stack/ChangeLog
	+2007-07-26  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * StackFactory.java: Passed a frame argument when printing a
	+       Subprogram.
	+
	
	Index: frysk-sys/lib/dwfl/ChangeLog
	+2007-07-24  Sami Wagiaalla  <swagiaal@redhat.com>
	+
	+       * DwarfDie.java (getFrameBase): Scopes are retrieved on every
	+       call.
	+
	
	--------------------------------------------------------------

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ValueUavailableException.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/VariableOptimizedOutException.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfoEvaluator.java.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.346&r2=1.347
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/Scope.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/Subprogram.java.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/Variable.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/stack/ChangeLog.diff?cvsroot=frysk&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/stack/StackFactory.java.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-sys/lib/dwfl/ChangeLog.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-sys/lib/dwfl/DwarfDie.java.diff?cvsroot=frysk&r1=1.1&r2=1.2


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