public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk/proc/ptrace ChangeLog LinuxTa ...
@ 2007-06-12 18:42 npremji
  0 siblings, 0 replies; 5+ messages in thread
From: npremji @ 2007-06-12 18:42 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	npremji@sourceware.org	2007-06-12 18:42:38

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

Log message:
	frysk-core/frysk/proc/ptrace/CL
	* LinuxTask.java (sendContinue): Call incrementMod() to show task has been
	modified.
	(sendStepInstruction): Ditto.
	(sendSyscallContinue): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTask.java.diff?cvsroot=frysk&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] 5+ messages in thread

* frysk-core/frysk/proc/ptrace ChangeLog LinuxTa ...
@ 2007-06-20 21:09 cmoller
  0 siblings, 0 replies; 5+ messages in thread
From: cmoller @ 2007-06-20 21:09 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cmoller@sourceware.org	2007-06-20 21:09:08

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

Log message:
	Put the temporarily removed MemorySpaceByteBuffer back in after verifying that
	the pread64 patch to StatelessFile.cxx works on both 32- and 64-bit
	(toomany.toronto.redhat.com) machines.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTask.java.diff?cvsroot=frysk&r1=1.8&r2=1.9


^ permalink raw reply	[flat|nested] 5+ messages in thread

* frysk-core/frysk/proc/ptrace ChangeLog LinuxTa ...
@ 2007-06-20 20:22 cmoller
  0 siblings, 0 replies; 5+ messages in thread
From: cmoller @ 2007-06-20 20:22 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cmoller@sourceware.org	2007-06-20 20:22:46

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

Log message:
	Temporarily removed MemorySpaceByteBuffer due to 64-bit problems.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTask.java.diff?cvsroot=frysk&r1=1.7&r2=1.8


^ permalink raw reply	[flat|nested] 5+ messages in thread

* frysk-core/frysk/proc/ptrace ChangeLog LinuxTa ...
@ 2007-06-20 18:16 cmoller
  0 siblings, 0 replies; 5+ messages in thread
From: cmoller @ 2007-06-20 18:16 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cmoller@sourceware.org	2007-06-20 18:16:05

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

Log message:
	* LinuxTask.java (sendrecMemory): Replaced AddressSpaceByteBuffer
	uith the faster pread-based MemorySpaceByteBuffer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTask.java.diff?cvsroot=frysk&r1=1.6&r2=1.7


^ permalink raw reply	[flat|nested] 5+ messages in thread

* frysk-core/frysk/proc/ptrace ChangeLog LinuxTa ...
@ 2007-06-19 11:43 mark
  0 siblings, 0 replies; 5+ messages in thread
From: mark @ 2007-06-19 11:43 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2007-06-19 11:43:52

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

Log message:
	* LinuxTaskState.java (clonedState): No more syscallRunning and
	inSyscallRunningTraced.
	(transitionToRunningState): Use Running.sendContinue() return value.
	(attemptContinue): Likewise.
	(blockedOffspring.handleUnblock): Likewise.
	(Running.syscalltracing): Removed.
	(Running): Removed syscalltracing argument.
	(sendContinue): Return new state. Check number of syscallObservers.
	(handleSignaledEvent): Return sendContinue value.
	(handleStoppedEvent(: Likewise.
	(handleTerminatingEvent): Likewise.
	(handleExecedEvent): Simplify logic, don't check observer, but use
	sendContinue.
	(handleClonedEvent): Return sendContinue value.
	(handleForkedEvent): Likewise.
	(handleTrappedEvent): Likewise.
	(handleSyscalledEvent): Check number of syscallObservers and return
	sendContinue value.
	(syscallRunning): Removed.
	(inSyscallRunningTraced): Removed.
	(BlockedSignal.handleUnblock): Return sendContinue value.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/LinuxTaskState.java.diff?cvsroot=frysk&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-20 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12 18:42 frysk-core/frysk/proc/ptrace ChangeLog LinuxTa npremji
2007-06-19 11:43 mark
2007-06-20 18:16 cmoller
2007-06-20 20:22 cmoller
2007-06-20 21:09 cmoller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).