From e6be93e02056fa578bc2d516e1315550a9b1844f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 23 Jul 2009 16:24:02 +0000 Subject: [PATCH] Added (and commented out) more debugging code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10558 --- drd/drd_clientobj.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.47.3