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 proc/Proc.java proc/TestLib.j ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	npremji@sourceware.org	2006-10-25 17:29:01

Modified files:
	frysk/proc     : Proc.java TestLib.java ChangeLog 
	frysk/util     : FStack.java TestFStack.java ChangeLog 
	frysk/bindir   : ChangeLog fstack.java 

Log message:
	frysk-core/frysk/bindir
	* fstack.java: Changed to find the proc rather than passing a pid to FStack.
	(main): used new methods Fstack.scheduleStackAndRunEvent and Proc.requestAbandonAndRunEvent.
	
	frysk-core/frysk/proc
	* TestLib.java (Child.findProcUsingRefresh): Made public so util tests can use this function as well.
	* Proc.java (requestAbandonAndRunEvent): Added.
	
	frysk-core/frysk/util
	* TestFStack.java (multiThreaded): Changed to use methods FStack.scheduleStackAndRunEvent
	and Proc.requestAbandonAndRunEvent.
	* FStack.java (StackTasksObserver.StackTasksObserver): Added event parameter, to run an event after
	stack trace is printed.
	(StackTasksObserver.existingTask): 	Changed to run a given event rather than abandon the process.
	(scheduleStackAndRunEvent): Added.
	(scheduleStack): Removed.
	(removeObservers): Removed, should be handled elsewhere since fstack might want a quick detach.
	While other programs might want a simple removal.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Proc.java.diff?cvsroot=frysk&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestLib.java.diff?cvsroot=frysk&r1=1.112&r2=1.113
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.480&r2=1.481
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/FStack.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/TestFStack.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/ChangeLog.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/bindir/ChangeLog.diff?cvsroot=frysk&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/bindir/fstack.java.diff?cvsroot=frysk&r1=1.9&r2=1.10


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