Summary: | running parameter for stopping an attached task/proc unused | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Andrew Cagney <cagney> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P1 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1553 |
Description
Andrew Cagney
2005-11-03 18:49:11 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. 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. 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. 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. Index: frysk-core/frysk/proc/ChangeLog 2005-11-03 Andrew Cagney <cagney@redhat.com> * Proc.java (sendNewAttachedChild(ProcId)): Delete. * LinuxProc.java (sendNewAttachedChild(ProcId)): Delete. 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. 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. 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. 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 |