]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd manual: Update according to post-3.7.0 changes
authorBart Van Assche <bvanassche@acm.org>
Sat, 16 Jun 2012 18:51:16 +0000 (18:51 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 16 Jun 2012 18:51:16 +0000 (18:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12645

drd/docs/drd-manual.xml

index 79c39d33921fcfe50e384906ce2e7bfaf6e105c2..a94d612abe66961ae9bcc960d4003b323b2c7bb7 100644 (file)
@@ -527,6 +527,18 @@ client program:
       </para>
     </listitem>
   </varlistentry>
+  <varlistentry>
+    <term>
+      <option><![CDATA[--ptrace-addr=<address> [default: none]]]></option>
+    </term>
+    <listitem>
+      <para>
+        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.
+      </para>
+    </listitem>
+  </varlistentry>
   <varlistentry>
     <term>
       <option><![CDATA[--trace-alloc=<yes|no> [default: no]]]></option>
@@ -1004,6 +1016,14 @@ available macros and client requests are:
       very helpful to trace all activity on the offending memory location.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      The macro <literal>DRD_STOP_TRACING_VAR(x)</literal>. Stop tracing load
+      and store activity for the address range starting
+      at <literal>&amp;x</literal> and occupying <literal>sizeof(x)</literal>
+      bytes.
+    </para>
+  </listitem>
   <listitem>
     <para>
       The macro <literal>ANNOTATE_TRACE_MEMORY(&amp;x)</literal>. Trace all
@@ -1725,12 +1745,6 @@ example.
       for more information.
     </para>
   </listitem>
-  <listitem>
-    <para>
-      When address tracing is enabled, no information on atomic stores
-      will be displayed.
-    </para>
-  </listitem>
   <listitem>
     <para>
       If you compile the DRD source code yourself, you need GCC 3.0 or