Bug 5851 - advance command
Summary: advance command
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: 2246 5846
  Show dependency treegraph
 
Reported: 2008-03-03 21:32 UTC by Andrew Cagney
Modified: 2008-03-07 16:44 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-03-03 21:32:20 UTC
For instance:

(fhpd) list
...
 ->  foo(bar())
...
(fhpd) advance foo

will run to foo (skipping the bar() call)
Comment 1 Sami Wagiaalla 2008-03-07 16:44:21 UTC
can this command be called runto ?
(fhpd)runto foo