From: Julian Seward Date: Mon, 20 Oct 2008 22:27:52 +0000 (+0000) Subject: Futz with debug printing. X-Git-Tag: svn/VALGRIND_3_4_0~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d4400c74db75dd12fa7d9eca0b7063a85f02e0;p=thirdparty%2Fvalgrind.git Futz with debug printing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8685 --- 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++) {