diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-09 00:45:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-09 00:45:30 +0000 |
| commit | c2679b662dfb8c3c654e85153ef6fb552e0a218c (patch) | |
| tree | b50a44a4c6e68c749e2738587287576a3d891a96 /run/dcpomatic_cli | |
| parent | 68e66d7f29a05e0d856323157f0226fdef7dcbd6 (diff) | |
Increase stack dump depth when using valgrind.
Diffstat (limited to 'run/dcpomatic_cli')
| -rwxr-xr-x | run/dcpomatic_cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_cli b/run/dcpomatic_cli index bf2f08015..6d1e53cb6 100755 --- a/run/dcpomatic_cli +++ b/run/dcpomatic_cli @@ -6,7 +6,7 @@ if [ "$1" == "--debug" ]; then gdb --args build/src/tools/dcpomatic_cli "$@" elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" --leak-check=full --show-reachable=yes build/src/tools/dcpomatic_cli "$@" + valgrind --tool="memcheck" --leak-check=full --show-reachable=yes --num-callers=24 build/src/tools/dcpomatic_cli "$@" else build/src/tools/dcpomatic_cli "$@" fi |
