public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: moore@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: changes uses of requestFindProc to requestProc
Date: Tue, 08 Jan 2008 12:22:00 -0000	[thread overview]
Message-ID: <20080108122158.10420.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  b3e09821e48eba1ce3197e633272abbf71ccf4a4 (commit)
      from  e0f002f5df6e8a32204c53578432f499217d0988 (commit)

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

- Log -----------------------------------------------------------------
commit b3e09821e48eba1ce3197e633272abbf71ccf4a4
Author: Tim Moore <moore@blackbox.bricoworks.com>
Date:   Tue Jan 8 13:21:44 2008 +0100

    changes uses of requestFindProc to requestProc
    
    frysk-gui/frysk/gui/srcwin/ChangeLog:
    2008-01-08  Tim Moore  <timoore@redhat.com>
    
    	* SourceWindowFactory.java (attachToPID): Change requestFindProc
    	to requestProc, reflecting changes in frysk.proc.Host.

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

Summary of changes:
 frysk-gui/frysk/gui/srcwin/ChangeLog               |    5 +++++
 .../frysk/gui/srcwin/SourceWindowFactory.java      |    7 +++----
 2 files changed, 8 insertions(+), 4 deletions(-)

First 500 lines of diff:
diff --git a/frysk-gui/frysk/gui/srcwin/ChangeLog b/frysk-gui/frysk/gui/srcwin/ChangeLog
index 13c9093..8d7b3b9 100644
--- a/frysk-gui/frysk/gui/srcwin/ChangeLog
+++ b/frysk-gui/frysk/gui/srcwin/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-08  Tim Moore  <timoore@redhat.com>
+
+	* SourceWindowFactory.java (attachToPID): Change requestFindProc
+	to requestProc, reflecting changes in frysk.proc.Host.
+
 2008-01-02  Andrew Cagney  <cagney@redhat.com>
 
 	* SourceWindow.java: Update; frysk.proc.dead.LinuxProc renamed to
diff --git a/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java b/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java
index c7599df..6f82792 100644
--- a/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java
+++ b/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java
@@ -172,15 +172,14 @@ public class SourceWindowFactory
   {
     ProcId procID = new ProcId(pid);
 
-    Manager.host.requestFindProc(procID, new FindProc()
+    Manager.host.requestProc(procID, new FindProc()
     {
-      public void procFound (ProcId procId)
+      public void procFound (Proc proc)
       {
-        Proc proc = Manager.host.getProc(procId);
         createSourceWindow(proc);
       }
 
-      public void procNotFound (ProcId procId, Exception e)
+      public void procNotFound (ProcId procId)
       {
         System.err.println("Couldn't find the process: " + procId.toString());
         Gui.quitFrysk();


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


                 reply	other threads:[~2008-01-08 12:22 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=20080108122158.10420.qmail@sourceware.org \
    --to=moore@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).