As option --xtree-leak=yes is useless without a full leak report,
sets automatically full leak report if xtree leak report is requested.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16206
</term>
<listitem>
<para>If set to yes, the results for the leak search done at exit will be
- output in a 'Callgrind Format' execution tree file. The produced file
+ output in a 'Callgrind Format' execution tree file. Note that this
+ automatically sets the option <option>--leak-check=full</option>.
+ The produced file
will contain the following events:</para>
<itemizedlist>
<listitem><para><option>RB</option> : Reachable Bytes</para></listitem>
xt_filename = VG_(expand_file_name)("--xtree-leak-file",
MC_(clo_xtree_leak_file));
lcp.xt_filename = xt_filename;
+ lcp.mode = LC_Full;
}
else
lcp.xt_filename = NULL;