public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-04-15  4:10 cagney
  0 siblings, 0 replies; 12+ messages in thread
From: cagney @ 2006-04-15  4:10 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-04-15 04:10:29

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-child.c funit.xml util.h 
	frysk/proc     : ChangeLog TestExec.java TestLib.java 
Added files:
	frysk/pkglibexecdir: funit-exec.c funit-exec.xml 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-04-15  Andrew Cagney  <cagney@redhat.com>
	
	* funit.xml: Add reference to funit-exec, and funit-child.
	* util.h: #include <stdlib.h>.
	* funit-child.c: Re-implement exec, so that it can exec a program
	specified as an argument.
	* funit-exec.c, funit-exec.xml: New files.
	
	Index: frysk-core/frysk/proc/ChangeLog
	2006-04-15  Andrew Cagney  <cagney@redhat.com>
	
	* TestLib.java (funitChildCommand): New function.
	(AckProcess): Use funitChildCommand to construct program to run.
	* TestExec.java (testAttachedMultipleChildExec): Check that the
	first command line argument changes, not the second.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-exec.c.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-exec.xml.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.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-child.c.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit.xml.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/util.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.308&r2=1.309
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestExec.java.diff?cvsroot=frysk&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestLib.java.diff?cvsroot=frysk&r1=1.82&r2=1.83


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-11-27 21:49 cagney
  0 siblings, 0 replies; 12+ messages in thread
From: cagney @ 2006-11-27 21:49 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-11-27 21:49:49

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

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-11-27  Andrew Cagney  <cagney@redhat.com>
	
	* funit-threadexit.c (running_thread_can_exit): New barrier.
	(main, op_thread): Use running_thread_can_exit to block thread's
	exit until after main has opened the thread's /proc/stat file.
	
	Index: frysk-core/frysk/proc/ChangeLog
	2006-11-27  Andrew Cagney  <cagney@redhat.com>
	
	* TestTaskTerminateObserver.java (TerminatingCounter.addedTo):
	Add; stop the event loop.
	(testAttachToUnJoinedTask): Rename testTerm; simplify, explicitly
	terminate the thread.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-threadexit.c.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.518&r2=1.519
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestTaskTerminateObserver.java.diff?cvsroot=frysk&r1=1.19&r2=1.20


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-10-05 12:06 mark
  0 siblings, 0 replies; 12+ messages in thread
From: mark @ 2006-10-05 12:06 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2006-10-05 12:06:48

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-breakpoints.c 
	frysk/proc     : Breakpoint.java BreakpointAddresses.java 
	                 ChangeLog Task.java TaskState.java 

Log message:
	2006-10-05  Mark Wielaard  <mark@klomp.org>
	
	* funit-breakpoints.c (trap_handler): New function.
	(dummy): Send trap signal and generate trap event.
	(main): Install trap signal handler.
	
	2006-10-05  Mark Wielaard  <mark@klomp.org>
	
	* Breakpoint.java (getAddress): New method.
	* BreakpointAddresses.java (getCodeObservers): Return null when
	no observers installed on the specified address.
	* Task.java (steppingBreakpoint): New package private field.
	(notifyCodeBreakpoint): Return -1 when no observers at specified
	address.
	* TaskState.java (Running.steppingBreakpoint): Removed field.
	(Running.handleTrappedEvent): Check whether trap is for one
	of our own installed breakpoints, handle it as a regular trap
	signal to process otherwise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-breakpoints.c.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Breakpoint.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/BreakpointAddresses.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.452&r2=1.453
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Task.java.diff?cvsroot=frysk&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.118&r2=1.119


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-09-29 16:47 mark
  0 siblings, 0 replies; 12+ messages in thread
From: mark @ 2006-09-29 16:47 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2006-09-29 16:47:24

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-breakpoints.c 
	frysk/proc     : BreakpointAddresses.java ChangeLog Task.java 
	                 TaskState.java TestBreakpoints.java 

Log message:
	2006-09-29  Mark Wielaard  <mark@klomp.org>
	
	* BreakpointAddresses.java (removeAllCodeObservers): New method.
	* Task.java (codeObservers): Make package private.
	* TaskState.java (Running.handleExecedEvent): Clean up breakpoints.
	* TestBreakpoints.java: Check deletion of Code observers after exec.
	
	2006-09-29  Mark Wielaard  <mark@klomp.org>
	
	* funit-breakpoints.c (main): Reexec at the end of the loop.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-breakpoints.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/BreakpointAddresses.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.445&r2=1.446
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Task.java.diff?cvsroot=frysk&r1=1.100&r2=1.101
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.116&r2=1.117
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestBreakpoints.java.diff?cvsroot=frysk&r1=1.5&r2=1.6


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-09-25  9:34 zhengyong
  0 siblings, 0 replies; 12+ messages in thread
From: zhengyong @ 2006-09-25  9:34 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	zhengyong@sourceware.org	2006-09-25 09:34:18

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-x8664-modify.S 
	frysk/proc     : ChangeLog 
Added files:
	frysk/pkglibexecdir: funit-ppc64-modify.S 
	frysk/proc     : TestRegMemModify.java 
Removed files:
	frysk/proc     : TestI386Modify.java TestX8664Modify.java 

Log message:
	2006-09-25  Yong Zheng  <zhengyo@cn.ibm.com>
	
	* frysk-core/frysk/proc/TestRegMemModify.java: New file to add
	PPC64 specific case and merge Test<ISA>Modify into one case.
	* frysk-core/frysk/proc/TestI386Modify.java: Delete.
	* frysk-core/frysk/proc/TestX8664Modify.java: Delete.
	* frysk-core/frysk/pkglibexecdir/funit-ppc64-modify.S: New PPC64
	specific program
	* frysk-core/frysk/pkglibexecdir/funit-x8664-modify.S: Correct
	the syscall number on X8664 and do some modifications to keep
	synch with TestRegMemModify.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-ppc64-modify.S.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.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-x8664-modify.S.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestRegMemModify.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.442&r2=1.443
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestI386Modify.java.diff?cvsroot=frysk&r1=1.40&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestX8664Modify.java.diff?cvsroot=frysk&r1=1.2&r2=NONE


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-09-18 10:43 mark
  0 siblings, 0 replies; 12+ messages in thread
From: mark @ 2006-09-18 10:43 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2006-09-18 10:43:57

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

Log message:
	2006-09-18  Mark Wielaard  <mark@klomp.org>
	
	Fixes bug #3193
	* TestSyscallRunning (SyscallObserver): Take syscall name and
	whether the syscall is in an entered state. Use Syscall.getByName()
	for accept.
	
	2006-09-18  Mark Wielaard  <mark@klomp.org>
	
	* funit-syscall-running.c: Don't read, just accept socket.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-syscall-running.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.433&r2=1.434
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestSyscallRunning.java.diff?cvsroot=frysk&r1=1.4&r2=1.5


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

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

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mark@sourceware.org	2006-09-04 12:36:49

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

Log message:
	2006-09-04  Mark Wielaard  <mark@klomp.org>
	
	* funit-syscall-running.c: Accept socket and read() for it.
	
	2006-09-04  Mark Wielaard  <mark@klomp.org>
	
	* TestSyscallRunning.java: Added back, use SYSread and write to
	Socket.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-syscall-running.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestSyscallRunning.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.417&r2=1.418


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-08-23  4:04 zhengyong
  0 siblings, 0 replies; 12+ messages in thread
From: zhengyong @ 2006-08-23  4:04 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	zhengyong@sourceware.org	2006-08-23 04:04:19

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-breakpoints.c 
	frysk/proc     : Breakpoint.java ChangeLog Isa.java 
	                 IsaEMT64.java IsaIA32.java IsaPPC.java 
	                 IsaPPC64.java TaskState.java 

Log message:
	2006-08-23  Yong Zheng  <zhengyo@cn.ibm.com>
	
	* frysk/proc/Isa.java (getBpInstruction): New method to get the
	instruction to replace the original instruction for breakpoint.
	(getBreakpointAddress): New method to get the breakpoint's
	address after hitting the breakpoint.
	* frysk/proc/IsaIA32.java (getBpInstruction): New method to
	implement the Isa interface.
	(getBreakpointAddress): New method to implement the Isa interface.
	(BREAKPOINT_INSTRUCTION): New attribute to store the breakpoint
	instruction on IA32.
	* frysk/proc/IsaEMT64.java (getBpInstruction): New method to
	implement the Isa interface.
	(getBreakpointAddress): New method to implement the Isa interface.
	(BREAKPOINT_INSTRUCTION): New attribute to store the breakpoint
	instruction on EMT64.
	* frysk/proc/IsaPPC.java (getBpInstruction): New method to
	implement the Isa interface.
	(getBreakpointAddress): New method to implement the Isa interface.
	* frysk/proc/IsaPPC64.java (getBpInstruction): New method to
	implement the Isa interface.
	(getBreakpointAddress): New method to implement the Isa interface.
	(BREAKPOINT_INSTRUCTION): New attribute to store the breakpoint
	instruction on PPC64.
	
	* frysk/proc/Breakpoint.java (TRAP): Move it to
	BREAKPOINT_INSTRUCTION in specific ISA.
	(origInstruction): Renamed from orig.
	(set): Replace the original instruction with breakpoint
	instruction got from ISA.
	(reset): Restore the original instruction.
	(prepareStep): Add support for PPC64.
	
	* frysk/proc/TaskState.java (Running.handleTrappedEvent): Get
	breakpoint address according to task's ISA.
	
	2006-08-23  Yong Zheng  <zhengyo@cn.ibm.com>
	
	*frysk/pkglibexecdir/funit-breakpoint.c (main): Get the function
	address instead of address of function descriptor on PPC64.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-breakpoints.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Breakpoint.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.401&r2=1.402
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Isa.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaEMT64.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaIA32.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaPPC.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaPPC64.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TaskState.java.diff?cvsroot=frysk&r1=1.102&r2=1.103


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-07-28 20:06 ajocksch
  0 siblings, 0 replies; 12+ messages in thread
From: ajocksch @ 2006-07-28 20:06 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	ajocksch@sourceware.org	2006-07-28 20:06:46

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-rt-looper.c 
	frysk/rt       : ChangeLog 
	frysk/rt/tests : TestStackBacktrace.java 

Log message:
	frysk/rt:
	2006-07-28  Adam Jocksch  <ajocksch@redhat.com>
	
	* tests/TestStackBacktrace.java (testBacktrace): Now passes the signal
	to send as a parameter to funit-rt-looper.c.
	
	frysk/pkglibexecdir:
	2006-07-28  Adam Jocksch  <ajocksch@redhat.com>
	
	* funit-rt-looper.c: Now takes the signal to send as a parameter.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-rt-looper.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/tests/TestStackBacktrace.java.diff?cvsroot=frysk&r1=1.3&r2=1.4


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-04-16  1:33 cagney
  0 siblings, 0 replies; 12+ messages in thread
From: cagney @ 2006-04-16  1:33 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-04-16 01:33:50

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-print-auxv.c 
	frysk/proc     : ChangeLog TestProcGet.java 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-04-15  Andrew Cagney  <cagney@redhat.com>
	
	* funit-print-auxv.c (main): Assume the optional argument is the
	output file name.
	
	Index: frysk-core/frysk/proc/ChangeLog
	2006-04-15  Andrew Cagney  <cagney@redhat.com>
	
	* TestProcGet.java: Replace requestCreateAttachedProc with
	AttachedDaemonProcess.  Simplify.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-print-auxv.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.314&r2=1.315
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestProcGet.java.diff?cvsroot=frysk&r1=1.26&r2=1.27


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-03-19 22:13 cagney
  0 siblings, 0 replies; 12+ messages in thread
From: cagney @ 2006-03-19 22:13 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-03-19 22:13:26

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-child.c funit-threads.c 
	frysk/proc     : ChangeLog 
Added files:
	frysk/pkglibexecdir: funit-threads.xml util.h 
	frysk/proc     : StressAttachDetachRapidlyCloningMainTask.java 
Removed files:
	frysk/proc     : StressTaskObserver.java 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-03-19  Andrew Cagney  <cagney@redhat.com>
	
	* funit-threads.xml: New file.
	* funit-child.c (OK, ok, pfatal, fatal, trace): Move to "util.h";
	#include.
	* util.h: New file.
	* funit-threads.c: Include "util.h"; add OK to all pthread calls.
	(op_clone): Rename loop.
	(op_loop, op_block, usage): New.
	(main): Parse --block, --clone and --loop.
	
	Index: frysk-core/frysk/proc/ChangeLog
	2006-03-17  Andrew Cagney  <cagney@redhat.com>
	
	* StressAttachDetachRapidlyCloningMainTask.java: Rename
	StressTaskObserver.java.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-threads.xml.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/util.h.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.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-child.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-threads.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/StressAttachDetachRapidlyCloningMainTask.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.277&r2=1.278
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/StressTaskObserver.java.diff?cvsroot=frysk&r1=1.2&r2=NONE


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

* frysk-core/frysk pkglibexecdir/ChangeLog pkgli ...
@ 2006-02-23 23:46 cagney
  0 siblings, 0 replies; 12+ messages in thread
From: cagney @ 2006-02-23 23:46 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-02-23 23:46:12

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-child.c 
	frysk/proc     : ChangeLog TestLib.java 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-02-23  Andrew Cagney  <cagney@redhat.com>
	
	* funit-child.c (main, server, main_alarm): Add global variable
	main_alarm.  Move alarm call to server function, all new processes
	get an alarm.
	
	Index: frysk-core/frysk/proc/ChangeLog
	2006-02-23  Andrew Cagney  <cagney@redhat.com>
	
	* TestLib.java (Child): Add static .sleepTime member.  Pass to
	funit-child.  Reduce sleep-time to 10, from 20 seconds.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-child.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.255&r2=1.256
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestLib.java.diff?cvsroot=frysk&r1=1.68&r2=1.69


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

end of thread, other threads:[~2006-11-27 21:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-15  4:10 frysk-core/frysk pkglibexecdir/ChangeLog pkgli cagney
  -- strict thread matches above, loose matches on Subject: below --
2006-11-27 21:49 cagney
2006-10-05 12:06 mark
2006-09-29 16:47 mark
2006-09-25  9:34 zhengyong
2006-09-18 10:43 mark
2006-09-04 12:36 mark
2006-08-23  4:04 zhengyong
2006-07-28 20:06 ajocksch
2006-04-16  1:33 cagney
2006-03-19 22:13 cagney
2006-02-23 23:46 cagney

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