|
From: Felix S. <fel...@we...> - 2008-11-13 17:40:35
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear, i want to call a tool specific function in my client code. How can i do this? During execution of client code i want to get some information from the my valgrind tool. Is this possible? Example: Valgrind Core + Valgrind Tool: A function will be defined here Client code/software: i want to call the function, i defined in my valgrind tool is there any possibility to do this? thanks a lot felix -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkcZosACgkQmH8OAwYoDBn7EACfWfba24lL3AoC9hZ4W/ibK6Zq O9sAnR3Y+QgHLsT98N6+qczT/l6QWBg8 =Za6A -----END PGP SIGNATURE----- |
|
From: Nicholas N. <nj...@cs...> - 2008-11-15 00:16:38
|
On Thu, 13 Nov 2008, Felix Schmidt wrote: > i want to call a tool specific function in my client code. How can i > do this? > During execution of client code i want to get some information from > the my valgrind tool. Is this possible? Yes. See "client requests" in the user manual. Several of the tools have examples, eg. see memcheck.h, massif.h. Nick |