]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Document the new options --show-error-list and -s
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 23 Dec 2018 22:44:54 +0000 (23:44 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 28 Dec 2018 18:33:06 +0000 (19:33 +0100)
docs/xml/manual-core.xml

index e3c2a83afc491ef128ca458d6f81df0aa4df8b81..d2ab7e28d344c97249879c0b8485f1971fa14df0 100644 (file)
@@ -1226,6 +1226,34 @@ that can report errors, e.g. Memcheck, but not Cachegrind.</para>
     </listitem>
   </varlistentry>
 
+  <varlistentry id="opt.show-error-list" xreflabel="--show-error-list">
+    <term>
+      <option><![CDATA[--show-error-list=no|yes [default: no]]]></option>
+    </term>
+    <listitem>
+      <para>If this option is enabled, for tools that report errors, valgrind
+        will show the list of detected errors and the list of used suppressions
+        at exit.
+      </para>
+      <para>Note that at verbosity 2 and above, valgrind automatically shows
+        the list of detected errors and the list of used suppressions
+        at exit, unless  <option>--show-error-list=no</option> is selected.
+      </para>
+    </listitem>
+  </varlistentry>
+
+    <varlistentry id="opt.s" xreflabel="-s">
+    <term>
+      <option><![CDATA[-s]]></option>
+    </term>
+    <listitem>
+      <para>Specifying <option>-s</option> is equivalent to
+        <option>--show-error-list=yes</option>.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  
   <varlistentry id="opt.sigill-diagnostics" xreflabel="--sigill-diagnostics">
     <term>
       <option><![CDATA[--sigill-diagnostics=<yes|no> [default: yes] ]]></option>