From: Bart Van Assche Date: Tue, 1 Apr 2008 16:57:42 +0000 (+0000) Subject: Updated DRD's help text (-h): added documentation for --trace-malloc. X-Git-Tag: svn/VALGRIND_3_4_0~763 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=334a64a49085c872ceed22fc01674bfe9d5cb17b;p=thirdparty%2Fvalgrind.git Updated DRD's help text (-h): added documentation for --trace-malloc. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7833 --- diff --git a/exp-drd/drd_main.c b/exp-drd/drd_main.c index 3076335096..1e1d84ca41 100644 --- a/exp-drd/drd_main.c +++ b/exp-drd/drd_main.c @@ -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=
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"