From ee04e07a08e2f26878de3c1830e7a4e364c4aeda Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Jun 2011 17:23:08 +0300 Subject: saedit: add script for run valgrind. --- saedit/valg | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 saedit/valg (limited to 'saedit') diff --git a/saedit/valg b/saedit/valg new file mode 100755 index 0000000..8726b81 --- /dev/null +++ b/saedit/valg @@ -0,0 +1,2 @@ +#!/bin/sh +valgrind --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no --num-callers=30 "./saedit" 2>./valg.log -- cgit v1.2.3-70-g09d2