From 69d4400c74db75dd12fa7d9eca0b7063a85f02e0 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 20 Oct 2008 22:27:52 +0000 Subject: [PATCH] Futz with debug printing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8685 --- exp-ptrcheck/sg_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exp-ptrcheck/sg_main.c b/exp-ptrcheck/sg_main.c index 522be0283b..27a703eae7 100644 --- a/exp-ptrcheck/sg_main.c +++ b/exp-ptrcheck/sg_main.c @@ -522,8 +522,9 @@ static void add_blocks_to_StackTree ( 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++) { -- 2.47.3