Summary: | delete Proc .requestAttachedContinue and Proc .requestDetachedContinue | ||
---|---|---|---|
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
2006-01-11 20:27:01 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. |