mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Move VG_(am_get_filename) to the tool accessible aspacemgr header file.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5141
This commit is contained in:
parent
15300b2f2f
commit
e9b07e443e
@ -103,7 +103,8 @@ extern void VG_(am_show_nsegments) ( Int logLevel, HChar* who );
|
||||
has one. The returned name's storage cannot be assumed to be
|
||||
persistent, so the caller should immediately copy the name
|
||||
elsewhere. */
|
||||
extern HChar* VG_(am_get_filename)( NSegment* );
|
||||
// Is in tool-visible header file.
|
||||
// extern HChar* VG_(am_get_filename)( NSegment* );
|
||||
|
||||
/* VG_(am_get_segment_starts) is also part of this section, but its
|
||||
prototype is tool-visible, hence not in this header file. */
|
||||
|
||||
@ -136,6 +136,9 @@ 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 );
|
||||
|
||||
// See pub_core_aspacemgr.h for description.
|
||||
extern HChar* VG_(am_get_filename)( NSegment* );
|
||||
|
||||
// See pub_core_aspacemgr.h for description.
|
||||
extern Bool VG_(am_is_valid_for_client) ( Addr start, SizeT len,
|
||||
UInt prot );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user