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.