I was wondering what experiences you have had using instrumentation tools with managed C++?
PIN: http://www.pintool.org/ Valgrind: http://www.valgrind.org
Thanks.
I was wondering what experiences you have had using instrumentation tools with managed C++?
PIN: http://www.pintool.org/ Valgrind: http://www.valgrind.org
Thanks.
Valgrind is Linux only with some experimental support for BSDs and Mac OSX, so it looks you are out of luck here, unless you have mono :)
Running Valgrind under Wine might be what you are looking for. See also Running Wine under Valgrind.