|
From: Philippe W. <phi...@so...> - 2018-12-28 23:17:33
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=9efc7e80f223e2620f18a92eee813012519c7c3a commit 9efc7e80f223e2620f18a92eee813012519c7c3a Author: Philippe Waroquiers <phi...@sk...> Date: Sun Dec 23 23:44:54 2018 +0100 Document the new options --show-error-list and -s Diff: --- docs/xml/manual-core.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index e3c2a83..d2ab7e2 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -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> |