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.
See http://valgrind.org/ for more info.
Built from https://github.com/sailfishos/valgrind
Example usage from https://stackoverflow.com/a/44989219
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --log-file=log.txt harbour-app
Attachment | Size | Date |
---|---|---|
valgrind-3.15.0git1-1.armv7hl.rpm | 2.64 MB | 13/04/2020 - 16:15 |
valgrind-devel-3.15.0git1-1.armv7hl.rpm | 1.91 MB | 13/04/2020 - 16:15 |
valgrind-extratools-3.15.0git1-1.armv7hl.rpm | 39.39 KB | 13/04/2020 - 16:15 |
(none)
Recent comments