Is it possible to make valgrind dump out the locations of the "Still 
Reachable" pointers to still allocated memory at program exit ?


 From this I want to lookup any known symbols (global or file local from 
the debug data) to provide a name for that location.

If that doesn't exist (maybe the pointer is inside another allocated 
block), then dump a reachability graph of the memory block the pointer 
was found inside, and its parent, and its parent, etc... with the 
possibility of the outermost allocation.


Maybe there is a wrapper / UI tool for valgrind that can provide this ?


TIA

Darryl


-------------------------------------------------------------------------
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
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to