public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk hpd/AllPTSet.java hpd/CLI.jav ...
@ 2007-08-29 13:06 moore
  0 siblings, 0 replies; 2+ messages in thread
From: moore @ 2007-08-29 13:06 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	moore@sourceware.org	2007-08-29 13:06:23

Modified files:
	frysk/hpd      : AllPTSet.java CLI.java ChangeLog 
	                 PrintCommand.java TaskData.java 
	                 ViewsetCommand.java WhereCommand.java 
	frysk/rt       : ChangeLog ProcTaskIDManager.java 

Log message:
	p/t set fixes before meeting demo
	
	frysk-core/frysk/hpd/ChangeLog:
	2007-08-29  Tim Moore  <timoore@redhat.com>
	
	* AllPTSet.java (AllPTSet constructor): take CLI argument
	(getSubsetByState): Implement
	* CLI.java (CLI constructor): Pass this to AllPTSet constructor.
	* PrintCommand.java (handle): Skip p/t set specification if any.
	* TaskData.java (toPrint): New method.
	* ViewsetCommand.java (handle): Parse any p/t set specification,
	not just named sets.
	* WhereCommand (handle): Don't print set if there's only one
	task. Don't get traceback info from tasks that aren't stopped.
	
	frysk-core/frysk/rt/ChangeLog:
	2007-08-29  Tim Moore  <timoore@redhat.com>
	
	* ProcTaskIDManager.java: (getProc): Return the proc from the
	ProcEntry, not the entire ProcEntry.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/AllPTSet.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/PrintCommand.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/TaskData.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ViewsetCommand.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/WhereCommand.java.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.357&r2=1.358
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ProcTaskIDManager.java.diff?cvsroot=frysk&r1=1.2&r2=1.3


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

* frysk-core/frysk hpd/AllPTSet.java hpd/CLI.jav ...
@ 2007-08-09 17:06 moore
  0 siblings, 0 replies; 2+ messages in thread
From: moore @ 2007-08-09 17:06 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	moore@sourceware.org	2007-08-09 17:06:56

Modified files:
	frysk/hpd      : AllPTSet.java CLI.java ChangeLog 
	frysk/rt       : ChangeLog 
Added files:
	frysk/rt       : ProcTaskIDManager.java 
Removed files:
	frysk/hpd      : TestSetCreation.java 

Log message:
	Infrastructure for ptsets based on real processes and tasks
	
	frysk-core/frysk/hpd/ChangeLog
	2007-08-08  Tim Moore  <timoore@redhat.com>
	
	* AllPTSet.java: Complete rewrite to reference active Procs and
	Tasks via the ProcTaskIDManager.
	* CLI.java (idManager): New variable, reference to
	ProcTaskIDManager.
	(startAttach): Only initialize steppingEngine once.
	(CLI): Initialize idManager.
	(getCommandPTSet): New method.
	* TestSetCreation.java: Remove file because AllPTSet doesn't
	support creation of random proc/task numbers anymore.
	
	frysk-core/frysk/rt/ChangeLog
	2007-08-08  Tim Moore  <timoore@redhat.com>
	
	* ProcTaskIDManager.java: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/AllPTSet.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/TestSetCreation.java.diff?cvsroot=frysk&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ProcTaskIDManager.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.352&r2=1.353


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

end of thread, other threads:[~2007-08-29 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-29 13:06 frysk-core/frysk hpd/AllPTSet.java hpd/CLI.jav moore
  -- strict thread matches above, loose matches on Subject: below --
2007-08-09 17:06 moore

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