Home / Software Engineering
General GNU Debugger (GDB) Valgrind Setup Usage Cachegrind Callgrind
strip <executable>
TODO
Arch: sudo pacman -S valgrind (and maybe source /etc/profile.d/debuginfod.sh)
sudo pacman -S valgrind
source /etc/profile.d/debuginfod.sh
TODO valgrind --leak-check=full <app>
valgrind --leak-check=full <app>
hon.one | HON95/wiki | Edit page