runlttv: change valgrind args to give more details
[lttv.git] / runlttv
diff --git a/runlttv b/runlttv
index 82296c3e50df15b7a6284fc14b1ee6cd4eb213fe..cf3590c8d2c40dc90d6b424455dbe678851a3a35 100755 (executable)
--- a/runlttv
+++ b/runlttv
@@ -42,7 +42,7 @@ echo $dbg
 if [ -n "$dbg" ]; then
        LD_LIBRARY_PATH=ltt/.libs gdb --args $LTTV_EXEC $ARGS $TRACEFILE
 elif [ -n "$valgrind" ]; then
-       LD_LIBRARY_PATH=ltt/.libs valgrind --show-reachable=yes --leak-check=full $LTTV_EXEC $ARGS $TRACEFILE
+       LD_LIBRARY_PATH=ltt/.libs valgrind --track-origins=yes --show-reachable=yes --leak-check=full --error-limit=no $LTTV_EXEC $ARGS $TRACEFILE
 elif [ -n "$strace" ]; then
        LD_LIBRARY_PATH=ltt/.libs strace $LTTV_EXEC $ARGS $TRACEFILE
 else
This page took 0.022601 seconds and 4 git commands to generate.