|
From: Joseph M L. <val...@jo...> - 2007-12-11 14:20:13
|
Hello, has there been any discussion on implementing something like what is suggested in this article for valgrind? http://www.ddj.com/cpp/204800654 Seems like it wouldn't be too difficult to add something like the following: vallgrind_control --start-leak-check --pid=xxxx vallgrind_control --stop-leak-check --pid=xxxx vallgrind_control --dump-leak-check --pid=xxxx Joe |