Bug 2463 - delete Proc.processPerformTaskStopCompleted and Task.performStop
Summary: delete Proc.processPerformTaskStopCompleted and Task.performStop
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: 1582
  Show dependency treegraph
 
Reported: 2006-03-14 21:02 UTC by Andrew Cagney
Modified: 2006-03-15 22: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 2006-03-14 21:02:34 UTC
can't be relevant any more - tasks are stopped by adding a blocking observer
Comment 1 Andrew Cagney 2006-03-15 20:49:37 UTC
Index: frysk-core/frysk/proc/ChangeLog
2006-03-15  Andrew Cagney  <cagney@redhat.com>

        * TaskState.java (processPerformStop): Delete.
        (performingStop): Delete state.
        * ProcState.java (processPerformTaskStopCompleted): Delete.
        * Proc.java (performTaskStopCompleted): Delete.
        * Task.java (performStop): Delete.
Comment 2 Andrew Cagney 2006-03-15 21:09:44 UTC
Index: frysk-core/frysk/proc/ChangeLog
2006-03-15  Andrew Cagney  <cagney@redhat.com>

        * ProcState.java (processPerformTaskContinueCompleted): Delete.
        * Proc.java (performTaskContinueCompleted): Delete.
        * Task.java (performContinue): Delete.
        * TaskState.java (processPerformContinue): Delete.
Comment 3 Andrew Cagney 2006-03-15 21:29:31 UTC
Index: frysk-core/frysk/proc/ChangeLog
2006-03-15  Andrew Cagney  <cagney@redhat.com>

        * TaskState.java (processRequestStop): Delete.
        (processPerformContinue): Rename processRequestContinue.
        (stopping, stoppingInSyscall, paused, unpaused): Delete states.
        * Task.java (requestStop): Delete.
        (performContinue): Rename requestContinue.
        * ProcState.java: Update.
Comment 4 Andrew Cagney 2006-03-15 22:05:24 UTC
Index: frysk-core/frysk/proc/ChangeLog
2006-03-15  Andrew Cagney  <cagney@redhat.com>

        * TaskState.java (isStopped, isRunning, isDead): Delete.
        * Task.java (isStopped, isRunning, isDead): Delete.
Comment 5 Andrew Cagney 2006-03-15 22:05:40 UTC
That will do for now :-)