Bug 5263

Summary: "run" replaces existing "process" with new version of same
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal CC: timoore
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246, 5292    

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.