|
From: <sv...@va...> - 2008-10-20 22:27:59
|
Author: sewardj
Date: 2008-10-20 23:27:52 +0100 (Mon, 20 Oct 2008)
New Revision: 8685
Log:
Futz with debug printing.
Modified:
trunk/exp-ptrcheck/sg_main.c
Modified: trunk/exp-ptrcheck/sg_main.c
===================================================================
--- trunk/exp-ptrcheck/sg_main.c 2008-10-20 22:24:31 UTC (rev 8684)
+++ trunk/exp-ptrcheck/sg_main.c 2008-10-20 22:27:52 UTC (rev 8685)
@@ -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++) {
|