From: Nicholas Nethercote Date: Tue, 14 Jul 2009 04:24:18 +0000 (+0000) Subject: Mention BBV in the README. X-Git-Tag: svn/VALGRIND_3_5_0~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43b716df566b5c4c27e8be171b466f8ece91d188;p=thirdparty%2Fvalgrind.git Mention BBV in the README. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10446 --- diff --git a/README b/README index 25652d3535..067ced6ad9 100644 --- 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