]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Document that --xml=yes automatically activates --leak-check=full
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 2 Jun 2019 19:01:36 +0000 (21:01 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 2 Jun 2019 19:02:25 +0000 (21:02 +0200)
memcheck/docs/mc-manual.xml

index a993479a9c2edc43a44402ee31b5716d69d0abe4..0e7ec4d07226263bda3e2b0b8180e8396f2224b5 100644 (file)
@@ -747,6 +747,11 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
       in detail and/or counted as an error, as specified by the options 
       <option>--show-leak-kinds</option> and 
       <option>--errors-for-leak-kinds</option>. </para>
+      <para>If <varname>--xml=yes</varname> is given, memcheck will
+      automatically use the value <varname>--leak-check=full</varname>.
+      You can use <option>--show-leak-kinds=none</option> to reduce
+      the size of the xml output if you are not interested in the leak
+      results.</para>
     </listitem>
   </varlistentry>