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 hpd/CLI.java hpd/ChangeLog hp ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	moore@sourceware.org	2007-09-03 21:34:31

Modified files:
	frysk/hpd      : CLI.java ChangeLog RunCommand.java 
	frysk/rt       : BreakpointManager.java ChangeLog 
	frysk/util     : ChangeLog 
Added files:
	frysk/util     : CountDownLatch.java 

Log message:
	Fix for bugzilla 4914
	
	frysk-core/frysk/hpd/ChangeLog:
	2007-09-03  Tim Moore  <timoore@redhat.com>
	
	Fix for bug 4914
	* CLI.java (startAttach): Don't initialize steppingEngine and
	stepping observer.
	(CLI): New constructor that takes steppingEngine argument, and a
	default version that initializes the steppingEngine.
	* RunCommand.java (updateAttach): Add this object as a stepping
	observer before calling cli.startAttach() (which registers the
	task with the SteppingEngine).
	(update, handle): Synchronize to block until the SteppingEngine
	reports that the task is attached.
	
	frysk-core/frysk/rt/ChangeLog:
	2007-09-03  Tim Moore  <timoore@redhat.com>
	
	* BreakpointManager.java (manageProcess): Block until the shared
	library breakpoint is established.
	
	frysk-core/frysk/util/ChangeLog:
	2007-09-03  Tim Moore  <timoore@redhat.com>
	
	* CountDownLatch.java: New class.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/RunCommand.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/BreakpointManager.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.358&r2=1.359
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/CountDownLatch.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/ChangeLog.diff?cvsroot=frysk&r1=1.181&r2=1.182


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