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 ChangeLog Task.java ptra ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2007-06-25 14:47:37

Modified files:
	frysk/proc     : ChangeLog Task.java 
	frysk/proc/ptrace: ChangeLog LinuxTask.java LinuxTaskState.java 

Log message:
	frysk-core/frysk/proc/ChangeLog
	
	2007-06-25  Mark Wielaard  <mwielaard@redhat.com>
	
	* Task.java (step_send): Removed field, now a real state in ptrace.
	
	frysk-core/frysk/proc/ptrace/ChangeLog
	
	2007-06-25  Mark Wielaard  <mwielaard@redhat.com>
	
	* LinuxTask.java (sendContinue): Don't set step_send.
	(sendSyscallContinue): Likewise.
	(sendStepInstruction): Likewise.
	* LinuxTaskState.java (sendContinue): Mark package private. Return
	state based on observers and just send ptrace command.
	(blockedContinue): Mark package private.
	(Running.handleTrapped): Factor out stepping related handling.
	(Stepping): New subclass of Running which handles all stepping
	logic in handleTrappedEvent().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.732&r2=1.733
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Task.java.diff?cvsroot=frysk&r1=1.141&r2=1.142
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTask.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTaskState.java.diff?cvsroot=frysk&r1=1.6&r2=1.7


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