From: Bart Van Assche Date: Thu, 13 Oct 2011 18:50:15 +0000 (+0000) Subject: Document command-line switches new in version 3.7.0 X-Git-Tag: svn/VALGRIND_3_7_0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221abe74515e2a14558ef837dd0d60e9993f8823;p=thirdparty%2Fvalgrind.git Document command-line switches new in version 3.7.0 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12148 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 4b0090a4a1..79c39d3392 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -347,6 +347,20 @@ behavior of the DRD tool itself: + + + + + + + Data races that occur between a statement at the end of one thread + and another thread can be missed if memory access information is + discarded immediately after a thread has been joined. This option + allows to specify for how many joined threads memory access information + should be retained. + + + + + + + + + + Trace execution of the ANNOTATE_HAPPENS_BEFORE(), + ANNOTATE_HAPPENS_AFTER() and + ANNOTATE_HAPPENS_DONE() client requests. + + +