summaryrefslogtreecommitdiffstats
path: root/debug/doval
diff options
context:
space:
mode:
Diffstat (limited to 'debug/doval')
-rwxr-xr-xdebug/doval4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug/doval b/debug/doval
new file mode 100755
index 0000000..e215510
--- /dev/null
+++ b/debug/doval
@@ -0,0 +1,4 @@
+#!/bin/bash
+PROGDIR=`dirname $0`
+unset LD_LIBRARY_PATH
+valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@"