runlttv: change valgrind args to give more details
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 10 Aug 2009 16:27:40 +0000 (12:27 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 10 Aug 2009 16:27:40 +0000 (12:27 -0400)
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.023669 seconds and 4 git commands to generate.