|
From: Jeroen N. W. <jn...@xs...> - 2005-11-15 17:08:43
|
> In message <200...@gm...> > Josef Weidendorfer <Jos...@gm...> wrote: > >> On Tuesday 15 November 2005 17:03, Josef Weidendorfer wrote: >>> So I use VG_(am_find_nsegment), and see that the returned >>> segment has the DSO associated (SkFileC). >> >> Uhm.. how do I get the segname of a NSegment from a tool? >> I only have fnIdx... >> >> I suppose this needs a function >> Char* VG_(am_get_segname)(Int fnIdx) > > A bit like VG_(am_get_filename) you mean ;-) Which is in coregrind/pub_core_aspacemgr.h, not in include/pub_tool_aspacemgr.h ... I needed to move it, for blanket. I don't see why this interface cannot be public. Jeroen. |