13 October 2015

Valgrind running on Solaris

The latest Valgrind 3.11.0 (Valgrind news) has many new changes and bug fixes. One of the interesting new additions is Solaris/x86 support.

Detailed here;

Valgrind: Easy and powerful detection of memory and threading problems

Valgrind is an extremely useful and powerful debugger tool for native code developers on Linux. You really do miss the extremely detailed analysis and help it offers when developing on systems with no Valgrind support. It's fun to see the platform support expand.

Valgrind: downloads