Bug 1795 - running parameter for stopping an attached task/proc unused
Summary: running parameter for stopping an attached task/proc unused
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1553
  Show dependency treegraph
 
Reported: 2005-11-03 18:49 UTC by Andrew Cagney
Modified: 2005-11-04 05:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-03 18:49:11 UTC
 
Comment 1 Andrew Cagney 2005-11-03 19:02:35 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * HostState.java: Replace processPerformCreateAttachedProc with
        processRequestCreateAttachedProc.  Drop sendCreateAttachedProc's
        running parameter.
        * Host.java: Fold processCreateAttachedProc into
        requestCreateAttachedProc.
        * LinuxHost.java: Update.
Comment 2 Andrew Cagney 2005-11-03 19:58:36 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * Proc.java: Delete running parameter from constructor and
        .sendNewAttachedTask, and .sendNewAttachedProc.
        * LinuxProc.java: Update.
        * ProcState.java: Drop running parameter from .initial; delete
        startStopped state.
Comment 3 Andrew Cagney 2005-11-03 20:09:56 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * Task.java: Drop running parameter from constructor.
        * TaskState.java: Delete running parameter from .initial.  Delete
        startStopped state.
        * LinuxTask.java: Update.
Comment 4 Andrew Cagney 2005-11-03 20:51:48 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * Task.java (Task(Task,TaskId)): Delete.
        * LinuxTask.java (Task(Task,TaskId)): Delete.
        * LinuxHost.java: Use Task(Proc,TaskId,boolean).
        * LinuxProc.java: Ditto.
Comment 5 Andrew Cagney 2005-11-03 21:05:19 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * Proc.java (sendNewAttachedChild(ProcId)): Delete.
        * LinuxProc.java (sendNewAttachedChild(ProcId)): Delete.
Comment 6 Andrew Cagney 2005-11-04 04:09:55 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * TestLib.java (TaskCounter, ProcCounter): Simplify, add variant
        that only counts descendants.
        * TestExec.java: Update.  Only count child tasks.
        * TestRefresh.java: Update.
Comment 7 Andrew Cagney 2005-11-04 04:27:29 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * LinuxHost.java: Replace .getSelf with .sendrecSelf.
        * Host.java: Make .getSelf a method, add .sendrecSelf.
Comment 8 Andrew Cagney 2005-11-04 04:43:50 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * LinuxHost.java (sendCreateAttachedProc): Find and pass this task
        to LinuxProc.
        * TestI386Regs.java: Delete check of the manager's taskPool size.
        * TestSyscall.java: Ditto.
        * TestSyscall2.java: Ditto.
        * TestSyscallOpen.java: Ditto.
        * TestI386Modify.java: Ditto.
        * TestModify.java: Ditto.
Comment 9 Andrew Cagney 2005-11-04 05:05:24 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-03  Andrew Cagney  <cagney@redhat.com>

        * Proc.java: Refactor constructors.
        * LinuxProc.java: Update.  Delete LinuxProc(Proc,ProcId,boolean).

all gone