]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Moved --trace-segment from regular to debugging options.
authorBart Van Assche <bvanassche@acm.org>
Fri, 27 Jun 2008 15:00:07 +0000 (15:00 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 27 Jun 2008 15:00:07 +0000 (15:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8289

exp-drd/drd_main.c

index 30cc0c5bda255ae2369666f26b20cbbfd79db0fa..8cad90744ebc3d40f5669ff99da9a74d61bf2666 100644 (file)
@@ -196,7 +196,6 @@ static void drd_print_usage(void)
 "    --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 @@ static void drd_print_debug_usage(void)
 "    --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)();
 }