Bug 3760 - fstep should step all Tasks
Summary: fstep should step all Tasks
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3364
  Show dependency treegraph
 
Reported: 2006-12-19 10:26 UTC by Mark Wielaard
Modified: 2007-06-19 08:57 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 Mark Wielaard 2006-12-19 10:26:27 UTC
fstep only steps the main task. Plumbing is in place to track other
Tasks, but nothing is connected to that yet.
Comment 1 Mark Wielaard 2007-06-19 08:57:58 UTC
It should do the same thing as ftrace does. Create a
frysk.proc.ProcObserver.ProcTask and instantiate a frysk.proc.ProcTaskObserver
with the given Proc and ProcTask observer.