+--num-callers=50
[nethome.git] / 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.