public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Explictly tear down more processes.
Date: Wed, 12 Mar 2008 01:46:00 -0000	[thread overview]
Message-ID: <20080312014625.11040.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  e5bbc3500616fc2a0d77bbc6cdfe1dd16d5a24ae (commit)
      from  eafe41b454dc9e9c6099d7d7fafc15aa93838cf9 (commit)

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

- Log -----------------------------------------------------------------
commit e5bbc3500616fc2a0d77bbc6cdfe1dd16d5a24ae
Author: Andrew Cagney <cagney@redhat.com>
Date:   Tue Mar 11 21:45:48 2008 -0400

    Explictly tear down more processes.
    
    frysk-core/frysk/proc/ChangeLog
    2008-03-11  Andrew Cagney  <cagney@redhat.com>
    
    	* TestInstructions.java: Add task to tearDown.
    	* TestTaskObserverInstruction.java: Ditto.

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

Summary of changes:
 frysk-core/frysk/proc/ChangeLog                    |    3 +++
 frysk-core/frysk/proc/TestInstructions.java        |    1 +
 .../frysk/proc/TestTaskObserverInstruction.java    |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/proc/ChangeLog b/frysk-core/frysk/proc/ChangeLog
index 0403483..3c3a8f6 100644
--- a/frysk-core/frysk/proc/ChangeLog
+++ b/frysk-core/frysk/proc/ChangeLog
@@ -1,5 +1,8 @@
 2008-03-11  Andrew Cagney  <cagney@redhat.com>
 
+	* TestInstructions.java: Add task to tearDown.
+	* TestTaskObserverInstruction.java: Ditto.
+
 	* TestRun.java: Update to match StopEventLoopWhenProcTerminated.
 	* TestTaskForkedObserver.java: Do not use ProcCounter or
 	StopEventLoopWhenProcRemoved.
diff --git a/frysk-core/frysk/proc/TestInstructions.java b/frysk-core/frysk/proc/TestInstructions.java
index 9dba007..cef5c8e 100644
--- a/frysk-core/frysk/proc/TestInstructions.java
+++ b/frysk-core/frysk/proc/TestInstructions.java
@@ -319,6 +319,7 @@ public class TestInstructions
     {
       this.task = task;
       Manager.eventLoop.requestStop();
+      addToTearDown(task);
       return Action.BLOCK;
     }
     
diff --git a/frysk-core/frysk/proc/TestTaskObserverInstruction.java b/frysk-core/frysk/proc/TestTaskObserverInstruction.java
index 6296ddb..0a5c921 100644
--- a/frysk-core/frysk/proc/TestTaskObserverInstruction.java
+++ b/frysk-core/frysk/proc/TestTaskObserverInstruction.java
@@ -157,6 +157,7 @@ public class TestTaskObserverInstruction extends TestLib
     {
       this.task = task;
       task.requestAddInstructionObserver(instr);
+      addToTearDown(task);
       return Action.BLOCK;
     }
     


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


                 reply	other threads:[~2008-03-12  1:46 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=20080312014625.11040.qmail@sourceware.org \
    --to=cagney@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).