summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/leak.patch
diff options
context:
space:
mode:
authordank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-12 20:19:07 +0000
committerdank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-12 20:19:07 +0000
commite56861937b3bdea9ecafc082f6dd29c52bd16bee (patch)
tree3f7996a2fc0a50782d0b6a2635541c625d75ef65 /tools/valgrind/leak.patch
parent8afe94a46cdb65309e29aef949171e22c23018b2 (diff)
downloadchromium_src-e56861937b3bdea9ecafc082f6dd29c52bd16bee.zip
chromium_src-e56861937b3bdea9ecafc082f6dd29c52bd16bee.tar.gz
chromium_src-e56861937b3bdea9ecafc082f6dd29c52bd16bee.tar.bz2
Update to current Valgrind and tsan.
New fork and possible patches from Timur. Accept new xml output format. Use --xml-file option if present. Drop two patches already in trunk. Remove obsolete --generate_suppressions code. Accept but ignore --generate_dsym option on non-darwin platforms, so scripts don't need conditionals Switch to using svn revision numbers rather than dates, because svn uses the local timezone to interpret the dates, and this caused patches to fail. Feh. Check to make sure a good copy of valgrind was found before trying to use valgrind. Review URL: http://codereview.chromium.org/160392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/leak.patch')
-rw-r--r--tools/valgrind/leak.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/valgrind/leak.patch b/tools/valgrind/leak.patch
index 5526f11..e69de29 100644
--- a/tools/valgrind/leak.patch
+++ b/tools/valgrind/leak.patch
@@ -1,18 +0,0 @@
-Index: coregrind/m_main.c
-===================================================================
---- coregrind/m_main.c (revision 10461)
-+++ coregrind/m_main.c (working copy)
-@@ -2175,11 +2186,11 @@
- if (VG_(clo_track_fds))
- VG_(show_open_fds)();
-
-+ VG_TDICT_CALL(tool_fini, 0/*exitcode*/);
-+
- if (VG_(needs).core_errors || VG_(needs).tool_errors)
- VG_(show_all_errors)();
-
-- VG_TDICT_CALL(tool_fini, 0/*exitcode*/);
--
- if (VG_(clo_xml)) {
- VG_(message)(Vg_UserMsg, "");
- VG_(message)(Vg_UserMsg, "</valgrindoutput>");