Bug 5256

Summary: fhpd <exe> equivalent to (fhpd) load <exe>
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal    
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:11:43 UTC
For instance, instead of:

$ ./bindir/fhpd ./pkglibdir/hpd-c
Attached to process 16257
(fhpd) 

have this implement:

$ ./bindir/fhpd ./pkglibdir/hpd-c
Loaded executable file: ./pkglibdir/hpd-c
(fhpd) 

I.e., the program isn't started until explictly requested to do so. 
frysk.bindir.fhpd will likely need a tweak.
Comment 1 Rick Moseley 2007-11-05 18:32:41 UTC
Fixed.  Added code to fhpd to perform a "load" instead of a "run" on executables.