Bug 424856

Summary: command line option to generate who_points_to analysis for each leak
Product: [Developer tools] valgrind Reporter: Noel Grandin <noelgrandin>
Component: memcheckAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Noel Grandin 2020-07-31 11:18:56 UTC
Thanks for a super-awesome tool!

I would like to be able to run my programs under valgrind with something like

 --leak-check=full --who-points-to

and have it do a who_points_to analysis for each detected leak.

I can currently do this using the gdbserver function, but it would be so useful to be able to get this, without having to fire up two terminals, etc, etc.