Bug 4854 - add --exe location option to fstack and fhpd
Summary: add --exe location option to fstack and fhpd
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:
 
Reported: 2007-07-27 14:26 UTC by Phil Muldoon
Modified: 2008-10-21 21:40 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 Phil Muldoon 2007-07-27 14:26:20 UTC
As it is right now, these programs rely on the the corefile code finding the
executable in the elf_prpsinfo notes. However things like:


./foo/bar/exename

Will defeat it as "./" means nothing to the code. This code is exceptionally
fragile and should not be used until --pivotexeroot and --pivotsolibroot are
implemented.

There are two constructors in dead/LinuxHost, one of which where one specifies
both the corefile and the executable.