valgrind

Rating: 
5
Your rating: None Average: 5 (1 vote)

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

 

Application versions: 
AttachmentSizeDate
File valgrind-3.15.0git1-1.armv7hl.rpm2.64 MB13/04/2020 - 16:15
File valgrind-devel-3.15.0git1-1.armv7hl.rpm1.91 MB13/04/2020 - 16:15
File valgrind-extratools-3.15.0git1-1.armv7hl.rpm39.39 KB13/04/2020 - 16:15
Changelog: 

(none)