|
From: Bill H. <bil...@ki...> - 2007-08-10 13:46:58
|
Hi, I would like to propose a new option for valgrind. --trace-children-skip=prog1,prog2. I am using valgrind for testing cmake www.cmake.org. I use the --trace-children option, because the tests run ctest which runs cmake, but the tests also end up running make, /bin/sh, gcc, and a bunch of other tools I have no interest in doing memchecks for. I have a working patch if you are interested in adding this option to valgrind. Thanks. -Bill |