public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: rmoseley@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Fix another ViewsetCommand for listing loaded procs.
Date: Thu, 28 Feb 2008 22:15:00 -0000	[thread overview]
Message-ID: <20080228221550.9576.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-02-28 22:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080228221550.9576.qmail@sourceware.org \
    --to=rmoseley@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).