michaelgiraldo / valgrind

Experimental Version of Valgrind for macOS 10.14.6 Mojave and 10.15.4 Catalina (10.15.x NOT WORKING)

Home Page:git://sourceware.org/git/valgrind.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Valgrind for macOS

This repository contains a version of Valgrind including a few patches to improve support for the macOS platform.

Status

Valgrind now builds on macOS Mojave (tested on 10.14.6) & Catalina (tested 10.15.1 & 10.15.4).

Usage

In order to use this version, use the following command:

brew install --HEAD https://raw.githubusercontent.com/sowson/valgrind/master/valgrind.rb

In case you already have Valgrind installed, you will need to either unlink it first or reinstall it.

CLion

Valgridn executable: /usr/local/bin/valgrind

Analysis options: --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no

For testing/developing/checking: --trace-syscalls=yes

About

Experimental Version of Valgrind for macOS 10.14.6 Mojave and 10.15.4 Catalina (10.15.x NOT WORKING)

git://sourceware.org/git/valgrind.git

License:GNU General Public License v2.0


Languages

Language:C 94.1%Language:C++ 2.7%Language:Assembly 1.0%Language:Makefile 0.6%Language:Perl 0.5%Language:M4 0.4%Language:JavaScript 0.4%Language:Shell 0.3%Language:Objective-C 0.1%Language:GDB 0.0%Language:CSS 0.0%Language:Roff 0.0%Language:Ruby 0.0%Language:Emacs Lisp 0.0%Language:HTML 0.0%