I'm trying to use valgrind to debug, but it doesn't show the function names / file:line information, only ???
I can debug all of my binaries with gdb, access variables stored in them set breakpoints the works. So debugging symbols should be OK.
Valgrind doesn't fail on all of my libraries, just some, maybe. I have looked through each and every of them, and all of them have debugging symbols turned on.
What am I missing here?
Being a bit of a newbie, I don't know if there is any way to make GDB to try and get the function / filename:line from an address. Is there some way to do this?