|
From: Philippe W. <phi...@so...> - 2019-06-02 19:03:45
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=4dec2cda0f4b2e25a7806610f9bf614b1c48b4a3 commit 4dec2cda0f4b2e25a7806610f9bf614b1c48b4a3 Author: Philippe Waroquiers <phi...@sk...> Date: Sun Jun 2 21:01:36 2019 +0200 Document that --xml=yes automatically activates --leak-check=full Diff: --- memcheck/docs/mc-manual.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index a993479..0e7ec4d 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -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> |