|
From: <sv...@va...> - 2009-08-05 04:57:57
|
Author: njn
Date: 2009-08-05 05:57:44 +0100 (Wed, 05 Aug 2009)
New Revision: 10713
Log:
Added documentation for --ignore-ranges. It's not very good, though, if
anyone can explain clearly why it's useful and wants to add that information
that would be helpful.
Modified:
trunk/memcheck/docs/mc-manual.xml
Modified: trunk/memcheck/docs/mc-manual.xml
===================================================================
--- trunk/memcheck/docs/mc-manual.xml 2009-08-05 04:54:51 UTC (rev 10712)
+++ trunk/memcheck/docs/mc-manual.xml 2009-08-05 04:57:44 UTC (rev 10713)
@@ -257,6 +257,17 @@
</listitem>
</varlistentry>
+ <varlistentry id="opt.ignore-ranges" xreflabel="--ignore-ranges">
+ <term>
+ <option><![CDATA[--ignore-ranges=0xPP-0xQQ[,0xRR-0xSS] ]]></option>
+ </term>
+ <listitem>
+ <para>Any ranges listed in this option (and multiple ranges can be
+ specified, separated by commas) will be ignored by Memcheck's
+ addressability checking.
+ </listitem>
+ </varlistentry>
+
<varlistentry id="opt.malloc-fill" xreflabel="--malloc-fill">
<term>
<option><![CDATA[--malloc-fill=<hexnumber> ]]></option>
|