- The option --xtree-leak=yes (to output leak result in xtree format)
automatically activates the option --show-leak-kinds=all,
as xtree visualisation tools such as kcachegrind can in any case
select what kind of leak to visualise.
- The default value for --read-inline-info is now "yes" on
Linux/Android/Solaris. It is still "no" on other OS.
+* Memcheck:
+ - The option --xtree-leak=yes (to output leak result in xtree format)
+ automatically activates the option --show-leak-kinds=all,
+ as xtree visualisation tools such as kcachegrind can in any case
+ select what kind of leak to visualise.
+
* ==================== OTHER CHANGES ====================
<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. Note that this
- automatically sets the option <option>--leak-check=full</option>.
- The produced file
- will contain the following events:</para>
+ automatically sets the options <option>--leak-check=full</option>
+ and <option>--show-leak-kinds=all</option>, to allow
+ xtree visualisation tools such as kcachegrind to select what kind
+ to leak to visualise.
+ The produced file will contain the following events:</para>
<itemizedlist>
<listitem><para><option>RB</option> : Reachable Bytes</para></listitem>
<listitem><para><option>PB</option> : Possibly lost Bytes</para></listitem>
MC_(clo_xtree_leak_file));
lcp.xt_filename = xt_filename;
lcp.mode = LC_Full;
+ lcp.show_leak_kinds = MC_(all_Reachedness)();
}
else
lcp.xt_filename = NULL;