]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Futz with debug printing.
authorJulian Seward <jseward@acm.org>
Mon, 20 Oct 2008 22:27:52 +0000 (22:27 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 20 Oct 2008 22:27:52 +0000 (22:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8685

exp-ptrcheck/sg_main.c

index 522be0283b66782751aa485d90aeaa3492c9e37c..27a703eae7a7d55829e86e4b69a34338bc37b3c7 100644 (file)
@@ -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++) {