|
From: Nicholas N. <nj...@cs...> - 2008-04-26 00:23:52
|
On Fri, 25 Apr 2008, Nuno Lopes wrote: > I would start by reading some papers from here: > http://valgrind.org/docs/pubs.html Yes, the PLDI 2007 one is the best general overview of Valgrind, instrumentation, tools, etc. The USENIX 2005 one is good for learning about Memcheck's V bit (undefinedness) tracking. > Then read the header files. They often have comprehensive explanations. Some of the .c files have good explanations at the top. docs/internals/ also has various files explaining various things, not according to any particular structure, and some might be a bit out of date. Nick |