|
From: Stefan K. <en...@ho...> - 2009-12-27 23:16:41
|
Am 27.12.2009 16:29, schrieb Bart Van Assche:
> On Sat, Dec 26, 2009 at 5:52 PM, Stefan Kost <en...@ho...
> <mailto:en...@ho...>> wrote:
>
> I am quite interested in a coverage tool that does not need
> recompilation. There
> seems to be a patched qemu somewhere, but then I found
> valgrind-vcov. I had some
> issue building the branch.
>
>
> That is because at the time a Valgrind branch is created, only Valgrind
> is branched but not VEX. If you look up the last modification date of
> the Valgrind code on the Valgrind branch and update the VEX source code
> to that date, then the build should succeed.
>
> Bart.
Thanks that helps, would be nice to put this to README_DEVELOPERS. This is what
I did:
> svn log -r PREV
------------------------------------------------------------------------
r10643 | njn | 2009-07-28 03:39:43 +0300 (Di, 28. Jul 2009) | 3 Zeilen
Merged all the changes from the trunk between r7367:10642, updated VCov for
various changes, and fixed a few other minor things.
------------------------------------------------------------------------
> cd VEX
> svn up -r{2009-07-28}
...
> cd ..
Unfortunately this does not magically fix the VCOV issues.
Stefan
|