Bug 1589 - observing a non-main task causes an attach
Summary: observing a non-main task causes an attach
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-10-28 19:53 UTC by Andrew Cagney
Modified: 2005-11-07 16:10 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-10-28 19:53:50 UTC
check that adding an observer to a non-main task (or a multi-tasked process)
results in an attach; removing the observer results in a detach.
Comment 1 Andrew Cagney 2005-11-07 16:10:33 UTC
2005-11-07  Andrew Cagney  <cagney@redhat.com>

        * TestTaskAttachedObserver.java: Add .attachDetach and
        .testAttachDetachOtherTask.

        * Proc.java: Rename .observableAttachedContinue, and
        .observableDetachedContinue to .observableAttached, and
        .observableDetached.
        * ProcState.java: Update.
        * TestProcStates.java: Update.