|
From: <sv...@va...> - 2019-04-17 16:45:06
|
Author: sewardj
Date: Wed Apr 17 17:44:55 2019
New Revision: 540
Log:
Minor 3.15.0 fixups.
Modified:
trunk/downloads/current.html
trunk/info/tools.html
Modified: trunk/downloads/current.html
==============================================================================
--- trunk/downloads/current.html (original)
+++ trunk/downloads/current.html Wed Apr 17 17:44:55 2019
@@ -21,12 +21,16 @@
<a name="current"><h3>Valgrind 3.15.0</h3></a>
<p><a href="https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2">valgrind 3.15.0
- (tar.bz2)</a> [17MB] - 9 October 2018.<br /> For
+ (tar.bz2)</a> [17MB] - 14 April 2019.<br /> For
{x86,amd64,arm32,arm64,ppc32,ppc64le,ppc64be,s390x,mips32,mips64}-linux,
{arm32,arm64,x86,mips32}-android, {x86,amd64}-solaris and
{x86,amd64}-darwin (Mac OS X 10.13).<br />
<span class="md5sum">md5: 46e5fbdcbc3502a5976a317a0860a975</span></p>
+<p>PGP signature is
+ <a href="https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2.asc">here</a>.
+</p>
+
<p> 3.15.0 updates support for existing platforms and adds a major overhaul of
the DHAT heap profiler. There are, as ever, many smaller refinements and
bug fixes. See the
Modified: trunk/info/tools.html
==============================================================================
--- trunk/info/tools.html (original)
+++ trunk/info/tools.html Wed Apr 17 17:44:55 2019
@@ -12,6 +12,7 @@
<li><a href="#massif">Massif</a></li>
<li><a href="#helgrind">Helgrind</a></li>
<li><a href="#drd">DRD</a></li>
+ <li><a href="#dhat">DHAT</a></li>
<li><a href="#experimental">Experimental Tools</a></li>
<li><a href="#others">Other Tools</a></li>
</ul>
@@ -113,6 +114,7 @@
</p>
+<a name="lackey"></a>
<h3>Lackey, Nulgrind</h3>
<p>Lackey and Nulgrind are also included in the
@@ -120,12 +122,16 @@
for testing and demonstrative purposes.</p>
-<a name="experimental"></a>
-<h3>Experimental Tools</h3>
-<h4>DHAT</h4>
+<a name="dhat"></a>
+<h3>DHAT</h3>
<p>DHAT is a tool for examining how programs use their heap allocations. It
tracks the allocated blocks, and inspects every memory access to find which
-block, if any, it is to.</p>
+block, if any, it is to. It comes with a GUI to facilitate exploring the
+profile results.</p>
+
+
+<a name="experimental"></a>
+<h3>Experimental Tools</h3>
<h4>BBV</h4>
<p>A basic block is a linear section of code with one entry point and one exit
|