|
From: Nicholas N. <nj...@cs...> - 2007-01-10 22:57:21
|
On Wed, 10 Jan 2007, Nuno Lopes wrote: > So it seems that valgrind only uses the function names from the debug data, > and doesn't use the symbol table. Would it be possible to use the symbol > table? (I mean fallback to it when no debug symbols are found) It already does this. That's why you get error messages like this if there is no debug info: ==29800== Use of uninitialised value of size 4 ==29800== at 0x80483B9: main (in /home/njn/grind/trunk5/a.out) Nick |