From: Bart Van Assche Date: Sat, 16 Jun 2012 18:51:16 +0000 (+0000) Subject: drd manual: Update according to post-3.7.0 changes X-Git-Tag: svn/VALGRIND_3_8_0~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1c05242b4a2c50a102655450ce47231b643dc7;p=thirdparty%2Fvalgrind.git drd manual: Update according to post-3.7.0 changes git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12645 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 79c39d3392..a94d612abe 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -527,6 +527,18 @@ client program: + + + + + + + Trace all load and store activity for the specified address and keep + doing that even after the memory at that address has been freed and + reallocated. + + + @@ -1004,6 +1016,14 @@ available macros and client requests are: very helpful to trace all activity on the offending memory location. + + + The macro DRD_STOP_TRACING_VAR(x). Stop tracing load + and store activity for the address range starting + at &x and occupying sizeof(x) + bytes. + + The macro ANNOTATE_TRACE_MEMORY(&x). Trace all @@ -1725,12 +1745,6 @@ example. for more information. - - - When address tracing is enabled, no information on atomic stores - will be displayed. - - If you compile the DRD source code yourself, you need GCC 3.0 or