Hi, I'm trying to figure out how to use debuginfo files with valgrind but I have no clue what can I do more. I didn't found any specific documentation about this, except that it should work ootb. Runing valgrind with -d -v -v -v does not show any attempts to load any debug info files. Regarding symbol tables there's only something like:
--8129-- Reading syms from /usr/lib/libpq.so.5.2 (0x4b08000) --8129-- object doesn't have a symbol table I have no idea whether it's relevant or not, but I guess the attempt to load debug info file should be somewhere around here. What's more gdb works perfectly ok after using add-symbol-file command. Is there any special option for debug info files? Is my system screwed? Thanks in advance for any help. I tried both valgrind 3.5.0 and svn snapshot 11368. Best regards, Jan Palus ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
