]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Mention BBV in the README.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 14 Jul 2009 04:24:18 +0000 (04:24 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 14 Jul 2009 04:24:18 +0000 (04:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10446

README

diff --git a/README b/README
index 25652d35356625f93f2e5b62650e386eb1d2df8c..067ced6ad9605da49e56debb6aefd249f08f327b 100644 (file)
--- a/README
+++ b/README
@@ -22,8 +22,9 @@ programs in detail. You can also use Valgrind to build new tools.
 The Valgrind distribution currently includes six production-quality
 tools: a memory error detector, two thread error detectors, a cache and
 branch-prediction profiler, a call-graph generating cache profiler, and
-a heap profiler. It also includes one experimental tool, which detects
-out of bounds reads and writes of stack, global and heap arrays.
+a heap profiler. It also includes two experimental tools:  a
+heap/stack/global array overrun detector, and a SimPoint basic block vector
+generator.
 
 Valgrind is closely tied to details of the CPU, operating system and to
 a lesser extent, compiler and basic C libraries. This makes it difficult