+--num-callers=50
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:12:30 +0000 (11:12 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:12:30 +0000 (11:12 +0100)
src/runtest-valgrind/boards/valgrind.exp

index 9490f70..6cb1ee5 100644 (file)
@@ -10,7 +10,7 @@ global vg_count
 set vg_count "0"
 
 global GDB
-set GDB "valgrind --quiet --trace-children=no --child-silent-after-fork=yes --log-file=${vg_basename}%q{VGCOUNT} $GDB"
+set GDB "valgrind --quiet --trace-children=no --child-silent-after-fork=yes --num-callers=50 --log-file=${vg_basename}%q{VGCOUNT} $GDB"
 
 # Support for running gdb under valgrind and checking the results.