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-gui/frysk proc/ChangeLog proc/TaskState. ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	npremji@sourceware.org	2006-11-03 23:09:19

Modified files:
	frysk/proc     : ChangeLog TaskState.java ProcBlockObserver.java 
	frysk/util     : TestFStack.java StacktraceObserver.java 
	                 ChangeLog 
	frysk/gui/srcwin: SourceWindowFactory.java SourceWindow.java 
	                  ChangeLog 

Log message:
	frysk-core/frysk/proc/CL
	* ProcBlockObserver.java: Split the observer into a main Proc observer and a private
	Task Observer which gets added to each task individually. Allows for better separation
	of addfails between tasks and procs.
	(ProcBlockTaskObserver): Added.
	(requestDeleteInstructionObserver): Added.
	(requestAddObservers): Changed to add the task Observer rather than the proc Observer to each task.
	(requestDeleteTerminatingObserver): Added.
	(requestUnblock): Changed to unblock task obsever rather than proc observer.
	(blockTask): Ditto.
	* TaskState.java (.handleAddObservation): Fixed typo, "destroyed" instead of "detached".
	
	frysk-core/frysk/util/CL
	* TestFStack.java (secondaryThread): Changed to array to hold all different
	regexs of a secondary thread.
	(testClone): Added.
	(secondaryCloneB): Added.
	(mainThread): Changed to array to hold multiple regexs.
	(multiThreaded): Changed to use arrays.
	(mainClone): Changed.
	(secondaryClone): Changed.
	* StacktraceObserver.java (existingTask): Changed back to use full list of tasks and
	remove as tasks are handled.
	(taskRemoved): Ditto.
	(StacktraceObserver): Ditto.
	
	frysk-gui/frysk/gui/srcwin/CL
	* SourceWindow.java (step): Changed to reflect ProcBlockObserver changes.
	ProcBlockObserver now has a private task observer rather than implementing
	the tasks observers.
	(unblockProc): Ditto.
	(executeTasks): Ditto.
	* SourceWindowFactory.java (unblockProc): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.493&r2=1.494
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.125&r2=1.126
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ProcBlockObserver.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/TestFStack.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/StacktraceObserver.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/ChangeLog.diff?cvsroot=frysk&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java.diff?cvsroot=frysk&r1=1.82&r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.128&r2=1.129
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.319&r2=1.320


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