On Fri, Oct 24, 2008 at 4:58 PM, Darryl Miles <
[EMAIL PROTECTED]> wrote:

>
> Is it possible to make valgrind dump out the locations of the "Still
> Reachable" pointers to still allocated memory at program exit ?
>
>
Add --show-reachable=yes to your command line options.


>
>  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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/valgrind-users
>
-------------------------------------------------------------------------
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

Reply via email to