Bug 5263 - "run" replaces existing "process" with new version of same
Summary: "run" replaces existing "process" with new version of same
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 2246 5292
  Show dependency treegraph
 
Reported: 2007-11-02 16:35 UTC by Andrew Cagney
Modified: 2008-01-16 19:07 UTC (History)
1 user (show)

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 2007-11-02 16:35:49 UTC
For instance:

(fhpd) load foo
(fhpd) run           -- runs foo with no arguments

then

(fhpd) run           -- re-runs foo with no arguments

similar for:

(fhpd) core core
(fhpd) run            -- starts foo with arguments from core file

and:

(fhpd) load foo
(fhpd) run arg arg arg     -- starts foo with args ...
(fhpd) run                 -- re-starts foo with previous args
Comment 1 Rick Moseley 2008-01-16 19:07:01 UTC
Added to current version.