Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: scripts/xml-loadadr.patch

Issue 6821070: Remove unused .patch files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/vbug210481.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/xml-loadadr.patch
===================================================================
--- scripts/xml-loadadr.patch (revision 81227)
+++ scripts/xml-loadadr.patch (working copy)
@@ -1,13 +0,0 @@
-Index: coregrind/m_debuginfo/readmacho.c
-===================================================================
---- coregrind/m_debuginfo/readmacho.c (revision 10771)
-+++ coregrind/m_debuginfo/readmacho.c (working copy)
-@@ -680,6 +682,8 @@
- if (VG_(clo_verbosity) > 1)
- VG_(message)(Vg_DebugMsg,
- "%s (%#lx)\n", di->filename, di->rx_map_avma );
-+ if (VG_(clo_xml))
-+ VG_(printf_xml)("<load_obj><obj>%s</obj><ip>%#lx</ip></load_obj>\n", di->filename, di->rx_map_avma);
-
- /* This should be ensured by our caller. */
- vg_assert(di->have_rx_map);
« no previous file with comments | « scripts/vbug210481.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698