On Tue, 28 Oct 2008, Bart Van Assche wrote: > On Tue, Oct 28, 2008 at 4:56 PM, Felix Schmidt <[EMAIL PROTECTED]> wrote: >> can I get the range of the addressspace including core, tool and >> client program? >> i want to track every line (cache line size) > > Something like the information in /proc/self/maps ?
Run with the -d option. You'll get lots of debugging output, including some "aspacem" lines which show the memory layout at the program's start and end. That might be what you want. Nick ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
