commit | b103a55a34f2d4d2eff50541ecaa4cf72b6969e5 | [log] [tgz] |
---|---|---|
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Mon Oct 20 22:27:52 2008 +0000 |
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Mon Oct 20 22:27:52 2008 +0000 |
tree | 95ad52379dc0065b83f48e255b6be5c968dd0208 | |
parent | 20864ffdca955263ecc0a486e10c757250293c89 [diff] [blame] |
Futz with debug printing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8685 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-ptrcheck/sg_main.c b/exp-ptrcheck/sg_main.c index 522be02..27a703e 100644 --- a/exp-ptrcheck/sg_main.c +++ b/exp-ptrcheck/sg_main.c
@@ -522,8 +522,9 @@ tl_assert(sitree); if (debug) { - VG_(printf)("\n"); + VG_(printf)("\ndepth = %lu\n", depth); pp_StackTree( sitree, "add_blocks_to_StackTree-pre" ); + pp_StackBlocks(descrs); } for (i = 0; i < nDescrs; i++) {