public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Fix another ViewsetCommand for listing loaded procs.
@ 2008-02-28 22:15 rmoseley
  0 siblings, 0 replies; only message in thread
From: rmoseley @ 2008-02-28 22:15 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  d7701802422b53a81f7f3b56c6fbb829fac24a11 (commit)
      from  3ec2bf69a2a1fc202195b58f1289cafec543a6f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit d7701802422b53a81f7f3b56c6fbb829fac24a11
Author: Rick Moseley <rmoseley@dhcp-215.hsv.redhat.com>
Date:   Thu Feb 28 16:14:51 2008 -0600

    Fix another ViewsetCommand for listing loaded procs.
    
    * ViewsetCommand.java: Fix another listing bug for load/unload.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog           |    2 ++
 frysk-core/frysk/hpd/ViewsetCommand.java |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 1261d60..2c78071 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -6,6 +6,8 @@
 
 	* TestKillCommand.java: Fix regular expressions; add wait so 
 	test will successfully finish.
+	
+	* ViewsetCommand.java: Fix another listing bug for load/unload.
 
 2008-02-28  Tim Moore  <timoore@redhat.com>
 
diff --git a/frysk-core/frysk/hpd/ViewsetCommand.java b/frysk-core/frysk/hpd/ViewsetCommand.java
index a72d9fb..1ab1e41 100644
--- a/frysk-core/frysk/hpd/ViewsetCommand.java
+++ b/frysk-core/frysk/hpd/ViewsetCommand.java
@@ -101,6 +101,7 @@ class ViewsetCommand extends ParameterizedCommand {
 	for (Iterator iter = tempset.getTaskData(); iter.hasNext();) {
 	    temptd = (TaskData) iter.next();
 	    if (loadedOnly && cli.loadedProcs.containsValue(new Integer(temptd.getID()))
+		    || loadedOnly && cli.loadedProcs.containsKey(temptd.getTask().getProc())
 		    || !loadedOnly) {
 		cli.outWriter.print("[");
 		cli.outWriter.print(temptd.getParentID());


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-28 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-28 22:15 [SCM] master: Fix another ViewsetCommand for listing loaded procs rmoseley

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