Bug 1805

Summary: Get the Proc's childProc and task lists
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: 1593    

Description Andrew Cagney 2005-11-04 18:19:05 UTC
Export public methods for obtaining a Proc's task and Proc sub-lists.
Comment 1 Andrew Cagney 2005-11-04 18:19:46 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-04  Andrew Cagney  <cagney@redhat.com>

        * Proc.java: Add .getTasks, and .getChildren.  Replace .children
        with private .childPool.
        * TestProcGet.java: Test Proc.getTasks and .getChildren.
        * TestRefresh.java: Update.