|
From: Dilip K. <008...@gm...> - 2014-07-05 18:02:04
|
Dear all, I am new to Valgrind. Is thr any possibility of using the features of Valgrind tools like memcheck , as a seperate tool without the dependency of Valgrind framework. With modifications of the code. thanks and regards Dilip |
|
From: Philippe W. <phi...@sk...> - 2014-07-05 18:40:16
|
On Sat, 2014-07-05 at 23:31 +0530, Dilip Kumar wrote: > Dear all, > > I am new to Valgrind. Is thr any possibility of using the features of > Valgrind tools like memcheck , as a seperate tool without the > dependency of Valgrind framework. With modifications of the code. Not possible : by far, the biggest part of the code is the Valgrind framework, the tool code is relatively small but depends heavily on the valgrind framework. Philippe |