|
From: Bart V. A. <bar...@gm...> - 2008-05-20 13:28:58
|
On Sat, May 17, 2008 at 7:11 PM, Bart Van Assche <bar...@gm...> wrote: > While testing exp-drd on ppc64 I found out that > VG_(seginfo_sect_kind)() does not recognize the section type of all > instrumented addresses, while this works properly on x86. This is an > issue for exp-drd since exp-drd depends on proper recognition of PLT > sections. In the example below you can see that > VG_(seginfo_sect_kind)() returns section type Vg_SectUnknown for > address 0x80eebc8d90. Anyone any idea how I can find out what went > wrong ? Please ignore the above -- by this time I found out that section recognition (via VG_(seginfo_sect_kind)()) works fine. Bart. |