Bug 5683 - commands share stop/continue all tids framework
Summary: commands share stop/continue all tids framework
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 2243 2244 3144 3626
  Show dependency treegraph
 
Reported: 2008-01-28 02:21 UTC by Andrew Cagney
Modified: 2008-03-12 15:06 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 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.