]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated DRD's help text (-h): added documentation for --trace-malloc.
authorBart Van Assche <bvanassche@acm.org>
Tue, 1 Apr 2008 16:57:42 +0000 (16:57 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 1 Apr 2008 16:57:42 +0000 (16:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7833

exp-drd/drd_main.c

index 307633509648cc8755709388357b633e7a1a87c2..1e1d84ca41cb9075b5c8e44e9afa7faed9dd3c57 100644 (file)
@@ -156,18 +156,19 @@ static void drd_print_usage(void)
 "        reading in all debug information for all variables at once may\n"
 "        cause an out of memory error [no].\n"
 "\n"
-"  DRD options for monitoring process behavior:\n"
+"  exp-drd options for monitoring process behavior:\n"
 "    --trace-address=<address>  Trace all load and store activity for the.\n"
 "                               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-fork-join=yes|no   Trace all thread fork/join activity [no].\n"
-"    --trace-mutex=yes|no       Trace all mutex activity[no].\n"
+"    --trace-malloc=yes|no      Trace all dynamic memory allocation calls [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"
 "\n"
-"  Options for debugging DRD:\n"
+"  Options for debugging exp-drd:\n"
 "    --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"