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/frysk rt/ChangeLog rt/DisplayValueO ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	ajocksch@sourceware.org	2007-06-18 19:30:22

Modified files:
	frysk/rt       : ChangeLog DisplayValueObserver.java 
	                 TestDisplayValue.java 
	                 TestUpdatingDisplayValue.java 
	                 UpdatingDisplayValue.java 
	frysk/value    : Location.java 

Log message:
	frysk-core/frysk/rt:
	2007-06-18  Adam Jocksch <ajocksch@redhat.com>
	
	* DisplayValueObserver.java (updateValueChanged): Added.
	* TestDisplayValue.java: Added comments to individual tests.
	* TestUpdatingDisplayValue.java (testUpdateTaskStopped): Changed
	lines at which breakpoints were being added.
	(testUpdateValueChanged): Added, confirms bz# 4644 as fixed.
	(DisplayObserver): Changed to reflect above change to
	DisplayValueObserver.
	* UpdatingDisplayValue.java (oldValue): Added, tracks previous value
	of the expression.
	(refresh): Now compares the current byte array to the previous one
	and signals the observers if the value has changed.
	(notifyObserversValueChanged): Added.
	(arrayChanged): Added.
	(LockObserver): Now correctly recognizes stopping/continuing events
	from the SteppingEngine.
	
	frysk-core/frysk/value:
	2007-06-18  Adam Jocksch  <ajocksch@redhat.com>
	
	* Location.java: Made public so we can access the internal ByteBuffer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.283&r2=1.284
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/DisplayValueObserver.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestDisplayValue.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestUpdatingDisplayValue.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/UpdatingDisplayValue.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/Location.java.diff?cvsroot=frysk&r1=1.5&r2=1.6


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