|
From: <sv...@va...> - 2008-06-27 15:00:00
|
Author: bart
Date: 2008-06-27 16:00:07 +0100 (Fri, 27 Jun 2008)
New Revision: 8289
Log:
Moved --trace-segment from regular to debugging options.
Modified:
trunk/exp-drd/drd_main.c
Modified: trunk/exp-drd/drd_main.c
===================================================================
--- trunk/exp-drd/drd_main.c 2008-06-27 14:56:48 UTC (rev 8288)
+++ trunk/exp-drd/drd_main.c 2008-06-27 15:00:07 UTC (rev 8289)
@@ -196,7 +196,6 @@
" --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"
-" --trace-segment=yes|no Trace segment actions [no].\n"
" --trace-semaphore=yes|no Trace all semaphore activity [no].\n"
);
VG_(replacement_malloc_print_usage)();
@@ -209,7 +208,8 @@
" --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-suppr=yes|no Trace all address suppression actions [no].\n"
+" --trace-segment=yes|no Trace segment actions [no].\n"
+" --trace-suppr=yes|no Trace all address suppression actions [no].\n"
);
VG_(replacement_malloc_print_debug_usage)();
}
|