Bug 424856 - command line option to generate who_points_to analysis for each leak
Summary: command line option to generate who_points_to analysis for each leak
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-31 11:18 UTC by Noel Grandin
Modified: 2020-07-31 11:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.