Bug 2141 - delete Proc .requestAttachedContinue and Proc .requestDetachedContinue
Summary: delete Proc .requestAttachedContinue and Proc .requestDetachedContinue
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: 2006-01-11 20:27 UTC by Andrew Cagney
Modified: 2006-01-11 20:27 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-01-11 20:27:01 UTC
Not applicable; instead blocking observers (cascading observers) should be used.
Comment 1 Andrew Cagney 2006-01-11 20:27:30 UTC
Index: frysk-core/frysk/proc/ChangeLog
2006-01-11  Andrew Cagney  <cagney@redhat.com>

        * Proc.java (requestDetachedContinue): Delete.
        (requestAttachedContinue): Delete.
        * ProcState.java (processRequestAttachedContinue): Delete.
        (processRequestDetachedContinue): Delete.
        * TestProcStates.java: Delete.

Index: frysk-gui/frysk/gui/monitor/ChangeLog
2006-01-11  Andrew Cagney  <cagney@redhat.com>

        * actions/Resume.java: Replace call to Proc
        .requestAttachedContinue with throw.