Bug 5683

Summary: commands share stop/continue all tids framework
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2243, 2244, 3144, 3626    

Description Andrew Cagney 2008-01-28 02:21:38 UTC
The commands fstack and fcore have the potential to share a common
implementation in that:

-> they work (in theory) on pids, cores, and exes
-> they require all the processes threads to be stopped

can a framework to facilitate this be set up
Comment 1 Andrew Cagney 2008-03-05 16:50:32 UTC
Fixed by ProcStopUtil?
Comment 2 Teresa Thomas 2008-03-12 15:06:56 UTC
    Framework for frysk utilities that requires tasks to be stopped.
    
    frysk-core/frysk/util/ChangeLog
    2008-02-06  Teresa Thomas  <tthomas@redhat.com>
    
    	* ProcStopUtil.java: New.
    
    frysk-core/frysk/event/ChangeLog
    2008-02-06  Teresa Thomas  <tthomas@redhat.com>
    
    	* ProcEvent.java: New.