Bug 3897 - print object file / shared library when no source file
Summary: print object file / shared library when no source file
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: 2244 5675
  Show dependency treegraph
 
Reported: 2007-01-19 23:16 UTC by Andrew Cagney
Modified: 2008-01-25 22:52 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-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