From 221abe74515e2a14558ef837dd0d60e9993f8823 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 13 Oct 2011 18:50:15 +0000 Subject: [PATCH] Document command-line switches new in version 3.7.0 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12148 --- drd/docs/drd-manual.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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. + + + -- 2.47.2