|
From: <sv...@va...> - 2012-06-16 18:51:26
|
bart 2012-06-16 19:51:16 +0100 (Sat, 16 Jun 2012)
New Revision: 12645
Log:
drd manual: Update according to post-3.7.0 changes
Modified files:
trunk/drd/docs/drd-manual.xml
Modified: trunk/drd/docs/drd-manual.xml (+20 -6)
===================================================================
--- trunk/drd/docs/drd-manual.xml 2012-06-16 19:50:04 +01:00 (rev 12644)
+++ trunk/drd/docs/drd-manual.xml 2012-06-16 19:51:16 +01:00 (rev 12645)
@@ -529,6 +529,18 @@
</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>
</term>
<listitem>
@@ -1006,6 +1018,14 @@
</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>&x</literal> and occupying <literal>sizeof(x)</literal>
+ bytes.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
The macro <literal>ANNOTATE_TRACE_MEMORY(&x)</literal>. Trace all
load and store activity that touches at least the single byte at the
address <literal>&x</literal>.
@@ -1727,12 +1747,6 @@
</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
later. GCC 2.95 is not supported.
</para>
|