git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10521
" handle non-standard kernel variants\n"
" --read-var-info=yes|no read debug info on stack and global variables\n"
" and use it to print better error messages in\n"
-" tools that make use of it (Memcheck, Helgrind)\n"
+" tools that make use of it (Memcheck, Helgrind,\n"
+" DRD)\n"
"\n"
" user options for Valgrind tools that report errors:\n"
" --xml=yes emit error output in XML (some tools only)\n"
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term>
- <option><![CDATA[--read-var-info=<yes|no> [default: no]]]></option>
- </term>
- <listitem>
- <para>
- Display the names of global, static and stack variables when a
- data race is reported. While this information can be very
- helpful, it is not loaded into memory by default. This is
- because for big programs reading in all debug information at
- once may cause an out of memory error.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
<!-- end of xi:include in the manpage -->