|
From: <sv...@va...> - 2008-03-31 19:26:02
|
Author: bart
Date: 2008-03-31 20:26:05 +0100 (Mon, 31 Mar 2008)
New Revision: 7829
Log:
--trace-danger-set is a debug option, not a regular tracing option.
Modified:
trunk/exp-drd/drd_main.c
Modified: trunk/exp-drd/drd_main.c
===================================================================
--- trunk/exp-drd/drd_main.c 2008-03-31 19:20:36 UTC (rev 7828)
+++ trunk/exp-drd/drd_main.c 2008-03-31 19:26:05 UTC (rev 7829)
@@ -161,7 +161,6 @@
" specified address [off].\n"
" --trace-barrier=yes|no Trace all barrier activity [no].\n"
" --trace-cond=yes|no Trace all condition variable activity [no].\n"
-" --trace-danger-set=yes|no Trace all danger set updates [no].\n"
" --trace-fork-join=yes|no Trace all thread fork/join activity [no].\n"
" --trace-mutex=yes|no Trace all mutex activity[no].\n"
" --trace-rwlock=yes|no Trace all reader-writer lock activity[no].\n"
@@ -172,6 +171,7 @@
" --drd-stats=yes|no Print statistics about DRD activity [no].\n"
" --trace-clientobj=yes|no Trace all client object activity [no].\n"
" --trace-csw=yes|no Trace all scheduler context switches [no].\n"
+" --trace-danger-set=yes|no Trace all danger set updates [no].\n"
" --trace-suppression=yes|no Trace all address suppression actions [no].\n"
);
}
|