summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/valgrind_test.py')
-rwxr-xr-xtools/valgrind/valgrind_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index 4798e3c..b2025f8 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -754,6 +754,7 @@ class DrMemory(BaseTool):
proc += ["-logdir", self.temp_dir]
proc += ["-batch", "-quiet"]
+ proc += ["-callstack_max_frames", "30"]
#proc += ["-no_check_leaks", "-no_count_leaks"]
# Dr.Memory requires -- to separate tool flags from the executable name.