Index: README |
=================================================================== |
--- README (revision 0) |
+++ README (revision 0) |
@@ -0,0 +1,11 @@ |
+This directory contains pre-built valgrind binaries which can be used with |
+NaCl. They can be updated from the ThreadSanitizer buildbot: |
+ wget http://build.chromium.org/p/client.tsan/binaries/memcheck-r${REV}-amd64only-linux-self-contained.sh -O memcheck |
+ wget http://build.chromium.org/p/client.tsan/binaries/tsan-r${REV}-amd64only-linux-self-contained.sh -O tsan |
+ |
+Source code for these tools is available at: |
+http://code.google.com/p/valgrind-variant |
+http://code.google.com/p/data-race-test |
+ |
+To find out the exact revision of the binaries, see "svn log". |
Mark Seaborn
2011/04/13 06:26:48
OK, if I do that, I find:
Evgeniy Stepanov
2011/04/13 12:48:20
Yes, the current binary was built manually with a
|
+ |