|
From: <sv...@va...> - 2009-07-14 04:24:28
|
Author: njn Date: 2009-07-14 05:24:18 +0100 (Tue, 14 Jul 2009) New Revision: 10446 Log: Mention BBV in the README. Modified: trunk/README Modified: trunk/README =================================================================== --- trunk/README 2009-07-14 03:02:30 UTC (rev 10445) +++ trunk/README 2009-07-14 04:24:18 UTC (rev 10446) @@ -22,8 +22,9 @@ 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 |