Merge r6119:

Changes to this interface to facilitate actions needed by AIX5.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6258
This commit is contained in:
Julian Seward
2006-10-17 01:30:07 +00:00
parent 422a82fec7
commit 8883c3c066
2 changed files with 80 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ extern Int VG_(am_get_segment_starts)( Addr* starts, Int nStarts );
// See pub_core_aspacemgr.h for description.
extern NSegment* VG_(am_find_nsegment) ( Addr a );
extern NSegment const * VG_(am_find_nsegment) ( Addr a );
// See pub_core_aspacemgr.h for description.
extern HChar* VG_(am_get_filename)( NSegment* );