Bug 6567

Summary: elf symbol lookup fails on executables
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: ASSIGNED ---    
Severity: normal CC: rmoseley, swagiaal
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 6541, 6573    

Description Andrew Cagney 2008-05-27 15:46:09 UTC
For instance:

$ LD_LIBRARY_PATH=/home/scratch/frysk/git/native/frysk-imports/elfutils/backends
./frysk/bindir/fhpd ./frysk/pkglibdir/funit-hello
[0.0] Loaded executable file:
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-hello
(fhpd) print main
Error: Module could not be found for this process
(fhpd) info debuginfo 
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-hello
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-hello

(fhpd) disassemble main
[0.0]
Error: Module could not be found for this process
(fhpd)