|
From: Tom H. <to...@co...> - 2006-02-09 23:04:18
|
In message <1139522500.27095.6.camel@speedy>
Dennis Lubert <pla...@in...> wrote:
> I have recently discovered on the SuSE 10.0 Linux Distribution that
> there are "debuginfo" packages for lots of installed packages. After
> installing it for one of the apps I have installed, the ?? in the
> stacktrace of gdb disappeared and I actually got usefuly output. I have
> looke a bit further in it, and it installed the sources and some special
> looking files. Now the question is, if its possible to get those
> external infos somehow into valgrind too? Sorry to give so few
> information about how its working, I couldnt really figure out.
These should already be found and used by valgrind automatically. I've
never tried it with SuSE but it certainly works with Fedora. If you run
with -v then you should see something like this:
--20714-- Reading syms from /lib/libc-2.3.5.so (0x2B6000)
--20714-- Reading debug info from /usr/lib/debug/lib/libc-2.3.5.so.debug...
Showing that it has read debug information from the debug files installed
from the debuginfo package.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|