public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk pkglibexecdir/ChangeLog proc/ ...
@ 2006-08-29  2:03 zhengyong
  0 siblings, 0 replies; 4+ messages in thread
From: zhengyong @ 2006-08-29  2:03 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	zhengyong@sourceware.org	2006-08-29 02:03:14

Modified files:
	frysk/pkglibexecdir: ChangeLog 
	frysk/proc     : ChangeLog 

Log message:
	2006-08-29  Yong Zheng <zhengyo@cn.ibm.com>
	
	* frysk/proc/ChangeLog: Correct the changlog format updated
	on 2006-08-23.
	* frysk/pkglibexecdir/ChangeLog: Correct the changlog format
	updated on 2006-08-23.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.407&r2=1.408


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

* frysk-core/frysk pkglibexecdir/ChangeLog proc/ ...
@ 2006-09-01 12:34 mark
  0 siblings, 0 replies; 4+ messages in thread
From: mark @ 2006-09-01 12:34 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2006-09-01 12:34:10

Modified files:
	frysk/pkglibexecdir: ChangeLog 
	frysk/proc     : TaskState.java ChangeLog 
Added files:
	frysk/pkglibexecdir: funit-syscall-running.c 
	frysk/proc     : TestSyscallRunning.java 

Log message:
	2006-09-01  Mark Wielaard  <mark@klomp.org>
	
	* TaskState.java (runningInSyscall): Handle adding of Observer and
	SyscallObserver.
	* TestSyscallRunning.java: New file.
	
	2006-09-01  Mark Wielaard  <mark@klomp.org>
	
	* funit-syscall-running.c: New test prog.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-syscall-running.c.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestSyscallRunning.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.414&r2=1.415


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

* frysk-core/frysk pkglibexecdir/ChangeLog proc/ ...
@ 2006-08-15 17:17 mark
  0 siblings, 0 replies; 4+ messages in thread
From: mark @ 2006-08-15 17:17 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2006-08-15 17:16:58

Modified files:
	frysk/pkglibexecdir: ChangeLog 
	frysk/proc     : ChangeLog Proc.java Task.java TaskObserver.java 
	                 TaskState.java 
Added files:
	frysk/pkglibexecdir: funit-breakpoints.c 
	frysk/proc     : Breakpoint.java BreakpointAddresses.java 
	                 TaskCodeObservation.java TestBreakpoints.java 

Log message:
	2006-08-15  Mark Wielaard  <mark@klomp.org>
	
	* funit-breakpoints.c: New test prog.
	
	2006-08-15  Mark Wielaard  <mark@klomp.org>
	
	* frysk/proc/Breakpoint.java: New file.
	* frysk/proc/BreakpointAddresses.java: Likewise.
	* frysk/proc/Proc.java (breakpoints): New final field.
	(Proc): Initialize breakpoints.
	(requestAddCodeObserver): New method.
	(requestDeleteCodeObserver): New method.
	* frysk/proc/Task.java (handleAddCodeObserver): New method.
	(handleDeleteCodeObserver): New method.
	(codeObservers): New field.
	(requestAddCodeObserver): New method.
	(requestDeleteCodeObserver): New method.
	(notifyCodeBreakpoint): Likewise.
	* frysk/proc/TaskCodeObservation.java: New file.
	* frysk/proc/TaskObserver.java (updateHit): Update documentation.
	* frysk/proc/TaskState.java (handleAddCodeObserver): New method.
	(handleDeleteCodeObserver): New method.
	(Running.handleStoppedEvent): Add and remove pending CodeObservers.
	(Running.steppingBreakpoint): New field.
	(Running.handleTrappedEvent): New method.
	(Running.pendingCodeObservers): New field.
	(Running.PendingCodeObserver): New struct.
	(Running.handleAddCodeObserver): New method.
	(Running.handleDeleteCodeObserver): New method.
	(BlockedSignal.handleAddCodeObserver): New method.
	(BlockedSignal.handleDeleteCodeObserver): New method.
	* frysk/proc/TestBreakpoints.java: new file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-breakpoints.c.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Breakpoint.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/BreakpointAddresses.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskCodeObservation.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestBreakpoints.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.392&r2=1.393
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Proc.java.diff?cvsroot=frysk&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Task.java.diff?cvsroot=frysk&r1=1.92&r2=1.93
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskObserver.java.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.101&r2=1.102


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

* frysk-core/frysk pkglibexecdir/ChangeLog proc/ ...
@ 2006-05-01 20:34 scox
  0 siblings, 0 replies; 4+ messages in thread
From: scox @ 2006-05-01 20:34 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	scox@sourceware.org	2006-05-01 20:34:19

Modified files:
	frysk/pkglibexecdir: ChangeLog 
	frysk/proc     : ChangeLog TestExec.java TestLib.java 
	                 TestTaskTerminateObserver.java 
Added files:
	frysk/pkglibexecdir: funit-threadexit.c 

Log message:
	* funit-threadexit.c (main): New file.
	* TestTaskTerminateObserver.java (AttachCounter): New class.
	(TerminatingCounter): New class.
	(testTerm): New test.
	* TestLib.java (DetachedAckProcess): New constructor.
	* TestExec.java (testProcBlockExec): Cast null.
	(testTaskBlockExec): Cast null.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-threadexit.c.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.319&r2=1.320
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestExec.java.diff?cvsroot=frysk&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestLib.java.diff?cvsroot=frysk&r1=1.88&r2=1.89
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestTaskTerminateObserver.java.diff?cvsroot=frysk&r1=1.11&r2=1.12


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

end of thread, other threads:[~2006-09-01 12:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-29  2:03 frysk-core/frysk pkglibexecdir/ChangeLog proc/ zhengyong
  -- strict thread matches above, loose matches on Subject: below --
2006-09-01 12:34 mark
2006-08-15 17:17 mark
2006-05-01 20:34 scox

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).