diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-10 17:23:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-10 17:23:08 +0300 |
commit | ee04e07a08e2f26878de3c1830e7a4e364c4aeda (patch) | |
tree | 17c50a00fe8f24850ac02dcf8610a2e5965ec563 /saedit/valg | |
parent | ae6cc78f301d1149eccb1c8e7c99d1b7f57ec7a5 (diff) | |
download | evol-tools-ee04e07a08e2f26878de3c1830e7a4e364c4aeda.tar.gz evol-tools-ee04e07a08e2f26878de3c1830e7a4e364c4aeda.tar.bz2 evol-tools-ee04e07a08e2f26878de3c1830e7a4e364c4aeda.tar.xz evol-tools-ee04e07a08e2f26878de3c1830e7a4e364c4aeda.zip |
saedit: add script for run valgrind.
Diffstat (limited to 'saedit/valg')
-rwxr-xr-x | saedit/valg | 2 |
1 files changed, 2 insertions, 0 deletions
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 |