]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added (and commented out) more debugging code.
authorBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 16:24:02 +0000 (16:24 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 16:24:02 +0000 (16:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10558

drd/drd_clientobj.c

index d187547d9a39f918523dc2d21bf340bddaf7745a..d3f55f02950a7ef33f3ec06ea2b7032ccb7b499a 100644 (file)
@@ -181,6 +181,10 @@ static Bool clientobj_remove_obj(DrdClientobj* const p)
    {
       VG_(message)(Vg_UserMsg, "Removing client object 0x%lx of type %d\n",
                    p->any.a1, p->any.type);
+#if 0
+      VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(),
+                                 VG_(clo_backtrace_size));
+#endif
    }
 
    tl_assert(p->any.cleanup);