contrib: add simple valgrind log analyzer
commit16875873e8e3a1e9a4a662d8064e8a53cfd26054
authorStefan Becker <chemobejk@gmail.com>
Thu, 28 Mar 2013 22:46:27 +0000 (29 00:46 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 28 Mar 2013 22:46:27 +0000 (29 00:46 +0200)
tree4fe9f8d732ccb5ded6800afbbeb10729d8e7d4d7
parent6a33b7452fbaedcb70cc08d2afa3272271b4903f
contrib: add simple valgrind log analyzer

The information about invalid read & write accesses was hidden in the
middle of the log. This simple analyzer takes care that we'll see only
the information we want to see.
contrib/debug/parse_valgrind.pl [new file with mode: 0644]