- http://valgrind.org/

* MacOSX [#macosx]

- valgrind on Mac OS X (10.9) Mavericks
-- http://calvinx.com/2014/05/04/valgrind-on-mac-os-x-10-9-mavericks/
 # Make sure I have autoconf and automake both installed.
 sudo port -v install automake
 sudo port -v install autoconf
 # Grab Frederic's patched valgrind on his "homebrew" branch
 cd ~/work  # My usual project directory
 git clone https://github.com/fredericgermain/valgrind/ -b homebrew
 cd valgrind
 # Because he placed VEX as a git submodule, we have to make sure we clone it too
 git submodule init
 git submodule update
 # With VEX submodule now available, we can compile valgrind
 ./autogen.sh
 ./configure
 make
 # sudo make install
 make install


* 関連 [#rel]

- [[Helgrind]]
- [[Callgrind]]

- [[LLVM/Sanitizer]]

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes