RFC: Making Valgrind easier to use with multi-process programs
Posted in Valgrind on April 30th, 2009 13 Comments »
Now that I’m working for Mozilla, one of my goals is to make Valgrind easier to use on big programs like Firefox. One feature of such programs is that often they create multiple processes. For example, when I invoke ‘firefox’ on my Linux box, I’m really running three programs. /usr/bin/firefox is a [...]