Heavily based on FreeBSD's port. Only for amd64 now. Very preliminary & only memcheck is supported. Reviewed by sthen@ and zhuk@. OK sthen@ dcoppa@
10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
Valgrind is an instrumentation framework for building dynamic analysis
|
|
tools. There are Valgrind tools that can automatically detect many memory
|
|
management and threading bugs, and profile your programs in detail. You
|
|
can also use Valgrind to build new tools.
|
|
|
|
This OpenBSD port is still very preliminary and has minimal functionality
|
|
(memcheck). All problems should be reported to the "valgrind-openbsd" page:
|
|
|
|
https://bitbucket.org/uebayasi/valgrind-openbsd/
|