From: Philippe W. <phi...@sk...> - 2022-01-27 22:44:14
|
You can do that by using the interactive leak search available via valgrind + gdb + vgdb. See e.g. https://valgrind.org/docs/manual/mc-manual.html#mc-manual.monitor-commands in particular the "monitor block_list" command. Philippe On Thu, 2022-01-27 at 15:06 -0600, Corey Minyard wrote: > Is there any way in valgrind where you can see the address of leaked > memory in the leak report, the address the program would have seen? > That would make a leak much easier for me to debug. > > Thanks, > > -corey > > > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |