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

Side by Side Diff: deps/third_party/valgrind/scripts/xml-loadadr.patch

Issue 550036: svn copy tools/valgrind/{*.patch,build-*.sh} deps/third_party/valgrind/script... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
Patch Set: '' Created 10 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « deps/third_party/valgrind/scripts/vbug210481.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/tools/valgrind/xml-loadadr.patch:r69-2775
OLDNEW
1 Index: coregrind/m_debuginfo/readmacho.c 1 Index: coregrind/m_debuginfo/readmacho.c
2 =================================================================== 2 ===================================================================
3 --- coregrind/m_debuginfo/readmacho.c (revision 10771) 3 --- coregrind/m_debuginfo/readmacho.c (revision 10771)
4 +++ coregrind/m_debuginfo/readmacho.c (working copy) 4 +++ coregrind/m_debuginfo/readmacho.c (working copy)
5 @@ -680,6 +682,8 @@ 5 @@ -680,6 +682,8 @@
6 if (VG_(clo_verbosity) > 1) 6 if (VG_(clo_verbosity) > 1)
7 VG_(message)(Vg_DebugMsg, 7 VG_(message)(Vg_DebugMsg,
8 "%s (%#lx)\n", di->filename, di->rx_map_avma ); 8 "%s (%#lx)\n", di->filename, di->rx_map_avma );
9 + if (VG_(clo_xml)) 9 + if (VG_(clo_xml))
10 + VG_(printf_xml)("<load_obj><obj>%s</obj><ip>%#lx</ip></load_obj>\n", di- >filename, di->rx_map_avma); 10 + VG_(printf_xml)("<load_obj><obj>%s</obj><ip>%#lx</ip></load_obj>\n", di- >filename, di->rx_map_avma);
11 11
12 /* This should be ensured by our caller. */ 12 /* This should be ensured by our caller. */
13 vg_assert(di->have_rx_map); 13 vg_assert(di->have_rx_map);
OLDNEW
« no previous file with comments | « deps/third_party/valgrind/scripts/vbug210481.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698