]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Document command-line switches new in version 3.7.0
authorBart Van Assche <bvanassche@acm.org>
Thu, 13 Oct 2011 18:51:47 +0000 (18:51 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 13 Oct 2011 18:51:47 +0000 (18:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12149

drd/drd_main.c

index ac7b551df984ca138ecd767167cc81328899a185..d18a26cbc50db39363c29f4bb3b066a4a9c697b4 100644 (file)
@@ -199,6 +199,7 @@ static void DRD_(print_usage)(void)
 "                              a memory location instead of all races [no].\n"
 "    --free-is-write=yes|no    Whether to report races between freeing memory\n"
 "                              and subsequent accesses of that memory[no].\n"
+"    --join-list-vol=<n>       Number of threads to delay cleanup for [10].\n"
 "    --report-signal-unlocked=yes|no Whether to report calls to\n"
 "                              pthread_cond_signal() where the mutex associated\n"
 "                              with the signal via pthread_cond_wait() is not\n"
@@ -223,6 +224,7 @@ static void DRD_(print_usage)(void)
 "    --trace-barrier=yes|no    Trace all barrier activity [no].\n"
 "    --trace-cond=yes|no       Trace all condition variable activity [no].\n"
 "    --trace-fork-join=yes|no  Trace all thread fork/join activity [no].\n"
+"    --trace-hb=yes|no         Trace ANNOTATE_HAPPENS_BEFORE() etc. [no].\n"
 "    --trace-mutex=yes|no      Trace all mutex activity [no].\n"
 "    --trace-rwlock=yes|no     Trace all reader-writer lock activity[no].\n"
 "    --trace-semaphore=yes|no  Trace all semaphore activity [no].\n",