From: Julian Seward Date: Thu, 19 Jan 2006 03:36:52 +0000 (+0000) Subject: Add handy debugging line. X-Git-Tag: svn/VALGRIND_3_2_0~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ac47d62f80e74a4b8a476d96cc6c9c431d2e42;p=thirdparty%2Fvalgrind.git Add handy debugging line. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5552 --- diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index 6dc3bb83b3..758df25194 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -1120,6 +1120,7 @@ Bool supp_matches_callers(Error* err, Supp* su) break; default: VG_(tool_panic)("supp_matches_callers"); } + if (0) VG_(printf)("cmp %s %s\n", su->callers[i].name, caller_name); if (!VG_(string_match)(su->callers[i].name, caller_name)) return False; }