Bug 5684 - commands share common follow process framework
Summary: commands share common follow process framework
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2245 3361 3364 5877
  Show dependency treegraph
 
Reported: 2008-01-28 02:24 UTC by Andrew Cagney
Modified: 2008-03-26 20:29 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:24:59 UTC
The commands ftrace, fcatch, and fstep all share common behavior in that:

-> they only work with live processes
-> they require the tracking of all processes (and offspring)

can these tools share a common framework implementation
Comment 1 Andrew Cagney 2008-03-05 16:51:01 UTC
Fixed by ProcRunUtil?
Comment 2 Sami Wagiaalla 2008-03-26 18:41:04 UTC
Fixed for:
 fstep
 fcatch
 ferror

not for:
 ftrace
Comment 3 Sami Wagiaalla 2008-03-26 20:29:54 UTC
created a separate bug for ftrace.