From: Nicholas Nethercote Date: Mon, 17 Sep 2007 23:15:35 +0000 (+0000) Subject: Add a warning about --log-file-exactly. X-Git-Tag: svn/VALGRIND_3_3_0~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ecca671ea2aced31762ce7b9ed8627225ac911;p=thirdparty%2Fvalgrind.git Add a warning about --log-file-exactly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6857 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index d587880728..3fb02d9863 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -710,7 +710,11 @@ categories. Just like , but the suffix - ".pid" is not added. + ".pid" is not added. WARNING: If you + use this option with 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.