]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated documentation related to the --read-var-info flag.
authorBart Van Assche <bvanassche@acm.org>
Wed, 22 Jul 2009 10:34:55 +0000 (10:34 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 22 Jul 2009 10:34:55 +0000 (10:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10521

coregrind/m_main.c
drd/docs/drd-manual.xml

index 2ba71a89f2b8698158a659ffa3a8ccc14022fb17..40aecc8d767bbcb097954e39685b94ba29681da8 100644 (file)
@@ -137,7 +137,8 @@ static void usage_NORETURN ( Bool debug_help )
 "                              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"
index 42f407450069c6f6f046f9dd15a35dfd193dc60b..caf6eb7a89da94578b855d55cb1e626f95cb099c 100644 (file)
@@ -456,20 +456,6 @@ behavior of the DRD tool itself:</para>
       </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 -->