|
From: Brad H. <br...@fr...> - 2007-06-10 18:05:07
|
On Saturday 05 August 2006 06:37, Bryan Meredith wrote: > Fellow Valgrinders, > > please check my small web page for the details: > http://www.brainmurders.eclipse.co.uk/covergrind.html Bryan, Thanks for writing this. I found Beta 2 on your website (which has a different output format), but it appeared to be a little bit-rotted. I've updated the patch. Since I don't actually understand anything about valgrind, it could well be complete crackrock. I also started on the path to doing something with the output - find enclosed a small python script that allows you to merge multiple runs (perhaps different unit tests, each exercising a different part of the code), and to exclude files (e.g. system headers, test harness). The output format is the same as the input format. I plan to do a script that actually does some annotation of the files, but don't have time right now. Brad |