Bug 3897

Summary: print object file / shared library when no source file
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2244, 5675    

Description Andrew Cagney 2007-01-19 23:16:09 UTC
For instance, instead of:

#0 0x556402 in __kernel_vsyscall ()
#1 0xcd740d in __poll ()

print something like:

#0 0x556402 in __kernel_vsyscall () from [vdso]
#1 0xcd740d in __poll () from libc.so

(the actual names will likely be longer / different to this) this becomes more
important when there's no symbol vis:

#0 0x123456

vs

#0 0x123457 from libc.so