Bug 5256 - fhpd <exe> equivalent to (fhpd) load <exe>
Summary: fhpd <exe> equivalent to (fhpd) load <exe>
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:11 UTC by Andrew Cagney
Modified: 2007-11-05 18:32 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 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.