X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=runlttv;h=cf3590c8d2c40dc90d6b424455dbe678851a3a35;hb=2a65ba6ead92f40eded9946c3413b39d81a338ba;hp=82296c3e50df15b7a6284fc14b1ee6cd4eb213fe;hpb=04ad7785b5c1efc53fe5e71b8111a2793e923c6c;p=lttv.git diff --git a/runlttv b/runlttv index 82296c3e..cf3590c8 100755 --- 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