No --db-command and --db-attach any more :(

This commit is contained in:
Doncho N. Gunchev 2020-10-11 14:50:42 +03:00
parent 7b1df87def
commit 247953cdad

View file

@ -4,4 +4,4 @@
G_SLICE=always-malloc G_DEBUG=gc-friendly \
/usr/bin/valgrind --tool=memcheck --trace-children=no --leak-check=full --leak-resolution=high --num-callers=32 --max-stackframe=20982960 \
--track-fds=yes --track-origins=no --db-command="cgdb -nw %f %p" --error-exitcode=1 --show-reachable=no --db-attach=yes "$@"
--track-fds=yes --track-origins=no --error-exitcode=1 --show-reachable=no"$@"