-s200->-s2000
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:22:48 +0000 (11:22 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:22:48 +0000 (11:22 +0100)
src/gdb-wrap

index bc3d80d..4b2d025 100755 (executable)
@@ -1,5 +1,4 @@
 #! /bin/sh
-# $Id$
 
 TMP=/tmp
 if [ -d $TMP/server ];then
@@ -15,4 +14,4 @@ while true;do
        fi
        i=$[$i+1]
 done
-exec strace -s200 -o $FILE -q "$0"-orig "$@"
+exec strace -s2000 -o $FILE -q "$0"-orig "$@"