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 ./ChangeLog frysk/bindir/fstack.jav ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	npremji@sourceware.org	2006-10-04 21:30:09

Modified files:
	.              : ChangeLog 
	frysk/bindir   : fstack.java 
	frysk/proc     : ChangeLog Proc.java ProcState.java 
	                 TaskState.java 

Log message:
	frysk-core/CL
	
	* frysk/bindir/fstack.java:
	Ran gnu styler.
	Used procAttachedObserver rather than procTasksObserver
	(addOptions): Added information about ALL logging option.
	(removeObservers): Changed to use the process not the task.
	(requestDeletes): Added, removes the attachedObserver from all of the ta
	sks.
	(storeTasks): Used integer tid as key rather than string tid as key so s
	orted in ascending trace number order. Fixes issue with traces printing out weir
	d orders like 21 22 3021 42.
	
	frysk-core/frysk/proc/CL
	
	* Proc.java: made observations set private and gave accessor methods.
	(addObservation): New.
	(removeObservation): New.
	(observationsIterator): New.
	(observationsSize): New.
	(requestUnblock): New.
	(toString): If newState is null (during transition), print out that we a
	re using the oldstate.
	* ProcState.java (Attaching: ToMainTask:handleAddObservation): Changed m
	ethods to use accessor functions rather than directly modify proc's observation
	set.
	(Attaching:ToMainTask:handleDeleteObservation): Ditto.
	(Attaching:ToOtherTasks:handleAddObservation): Ditto.
	(Attaching:ToOtherTasks: handleDeleteObservation): Ditto.
	(Attaching:allAttached): Ditto.
	(Attaching:initialState): Added error if observation not added to observ
	ations set.
	(Attaching: running): Added log messages.
	* TaskState.java (BlockedSignal:handleDeleteObserver): Added.
	(BlockedSignal:handleDetach): Added.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/ChangeLog.diff?cvsroot=frysk&r1=1.256&r2=1.257
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/bindir/fstack.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.450&r2=1.451
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Proc.java.diff?cvsroot=frysk&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ProcState.java.diff?cvsroot=frysk&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.117&r2=1.118


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