]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a warning about --log-file-exactly.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 23:15:35 +0000 (23:15 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 23:15:35 +0000 (23:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6857

docs/xml/manual-core.xml

index d5878807285b7aac05d03cdd08fefec8cfae47d9..3fb02d986380e687f55059b907c54a0b6996e487 100644 (file)
@@ -710,7 +710,11 @@ categories.</para>
     </term>
     <listitem>
       <para>Just like <option>--log-file</option>, but the suffix
-      <computeroutput>".pid"</computeroutput> is not added.</para>
+      <computeroutput>".pid"</computeroutput> is not added.  WARNING: If you
+      use this option with <option>--trace-children=yes</option> and your
+      program invokes multiple processes, the Valgrind output from all those
+      processes will go into this one file, possibly jumbled up, and
+      possibly incomplete.</para>
     </listitem>
   </varlistentry>