vote up 0 vote down star

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.

flag

74% accept rate

1 Answer

vote up 1 vote down

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 :)

link|flag
@Nikolai I don't understand the mono reference. Does it support C++ now? – Duck Jun 12 at 15:30
@Duck, managed C++ comes from .NET, right? Mono project is re-implementation of .NET under Linux (mostly). Though 'mononucleosis, also called "mono," is a common viral illness' - that was a joke :) – Nikolai N Fetissov Jun 12 at 15:54
Managed C++ isn't supported outside of the Microsoft .NET runtime at the moment. In fact I doubt anyone else will ever support it since it was discontinued and replaced by C++/CLI in Visual Studio 2005. – U62 Jun 12 at 16:15
That what I figured. – Nikolai N Fetissov Jun 12 at 17:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.