Bug 1589

Summary: observing a non-main task causes an attach
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: 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-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.