Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: README

Issue 6816010: Add a README for Valgrind binaries. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/third_party/valgrind/bin/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698