| OLD | NEW |
| (Empty) |
| 1 Index: coregrind/m_debuginfo/readmacho.c | |
| 2 =================================================================== | |
| 3 --- coregrind/m_debuginfo/readmacho.c (revision 10771) | |
| 4 +++ coregrind/m_debuginfo/readmacho.c (working copy) | |
| 5 @@ -680,6 +682,8 @@ | |
| 6 if (VG_(clo_verbosity) > 1) | |
| 7 VG_(message)(Vg_DebugMsg, | |
| 8 "%s (%#lx)\n", di->filename, di->rx_map_avma ); | |
| 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); | |
| 11 | |
| 12 /* This should be ensured by our caller. */ | |
| 13 vg_assert(di->have_rx_map); | |
| OLD | NEW |