From: Bart Van Assche Date: Thu, 23 Jul 2009 16:24:02 +0000 (+0000) Subject: Added (and commented out) more debugging code. X-Git-Tag: svn/VALGRIND_3_5_0~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6be93e02056fa578bc2d516e1315550a9b1844f;p=thirdparty%2Fvalgrind.git Added (and commented out) more debugging code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10558 --- diff --git a/drd/drd_clientobj.c b/drd/drd_clientobj.c index d187547d9a..d3f55f0295 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.c @@ -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);