|
From: Nicholas N. <nj...@cs...> - 2005-07-29 13:55:08
|
On Fri, 29 Jul 2005, B.Senthilkumar wrote: > I am beginner to valgrind developer . I can't to findout the code flow > sequence and i can't to findout where the memory check program starts. Could > any one please send me code flow document link Start by reading chapter 2 of http://www.valgrind.org/docs/phd2004.pdf. Note that this document describes the old intermediate representation (UCode) used in Valgrind up to 2.4.0; the newer versions (3.0.0 and upwards) have a different representation. But most of the other details are still correct, and reading about UCode will still be useful for understanding how Valgrind works. N |