|
From: Dennis L. <pla...@in...> - 2006-02-09 23:33:40
|
Am Donnerstag, den 09.02.2006, 23:04 +0000 schrieb Tom Hughes: > 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. Wow, I didnt even thought about that valgrind could already support it :) From failing to use them I errenously inferred that it doesnt. So now that I know it does, I will further look what went wrong, and if its Vs fault will come back :) greets Dennis |