Memory Dump
Philippe Waroquiers
philippe.waroquiers@skynet.be
Thu May 3 19:23:00 GMT 2012
> Hi,
>
> I am not sure, but it seems massif (the tool from the valgrind
> toolchain) could help you.
>
> P.S. However the question is still interesting - is there a possibility
> to solve the problem with gdb? Could someone answer it?
Valgrind massif or Valgrind memcheck are providing functionalities
to give heap information. Note that Valgrind 3.7.0 has
an integrated gdbserver, which means you can do "heap snaphots"
or "leak search" or similar on request from a gdb (or from command line).
Philippe
More information about the Gdb
mailing list