Author: philippe
Date: Tue Aug 1 21:21:38 2017
New Revision: 16466
Log:
Various minor fixes and correction in user manual and monitor command help
Modified:
trunk/docs/xml/manual-core-adv.xml
trunk/gdbserver_tests/mssnapshot.stderrB.exp
trunk/helgrind/docs/hg-manual.xml
trunk/helgrind/hg_main.c
trunk/massif/docs/ms-manual.xml
trunk/massif/ms_main.c
trunk/memcheck/docs/mc-manual.xml
Modified: trunk/docs/xml/manual-core-adv.xml
==============================================================================
--- trunk/docs/xml/manual-core-adv.xml (original)
+++ trunk/docs/xml/manual-core-adv.xml Tue Aug 1 21:21:38 2017
@@ -1398,7 +1398,7 @@
<listitem>
<para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
- requests the tool to produce an xtree heap memory report.
+ requests the tool (Memcheck, Massif, Helgrind) to produce an xtree heap memory report.
See <xref linkend="manual-core.xtree"/> for
a detailed explanation about execution trees. </para>
</listitem>
Modified: trunk/gdbserver_tests/mssnapshot.stderrB.exp
==============================================================================
--- trunk/gdbserver_tests/mssnapshot.stderrB.exp (original)
+++ trunk/gdbserver_tests/mssnapshot.stderrB.exp Tue Aug 1 21:21:38 2017
@@ -23,6 +23,6 @@
saves all snapshot(s) taken so far in <filename>
default <filename> is massif.vgdb.out
xtmemory [<filename>]
- dump xtree memory profile in <filename> (default xtmemory.kcg)
+ dump xtree memory profile in <filename> (default xtmemory.kcg.%p.%n)
monitor command request to kill this process
Remote connection closed
Modified: trunk/helgrind/docs/hg-manual.xml
==============================================================================
--- trunk/helgrind/docs/hg-manual.xml (original)
+++ trunk/helgrind/docs/hg-manual.xml Tue Aug 1 21:21:38 2017
@@ -1401,6 +1401,12 @@
]]></programlisting>
</listitem>
+ <listitem>
+ <para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
+ requests Helgrind tool to produce an xtree heap memory report.
+ See <xref linkend="manual-core.xtree"/> for
+ a detailed explanation about execution trees. </para>
+ </listitem>
</itemizedlist>
Modified: trunk/helgrind/hg_main.c
==============================================================================
--- trunk/helgrind/hg_main.c (original)
+++ trunk/helgrind/hg_main.c Tue Aug 1 21:21:38 2017
@@ -4923,7 +4923,7 @@
" accesshistory <addr> [<len>] : show access history recorded\n"
" for <len> (or 1) bytes at <addr>\n"
" xtmemory [<filename>]\n"
-" dump xtree memory profile in <filename> (default xtmemory.kcg)\n"
+" dump xtree memory profile in <filename> (default xtmemory.kcg.%%p.%%n)\n"
"\n");
}
Modified: trunk/massif/docs/ms-manual.xml
==============================================================================
--- trunk/massif/docs/ms-manual.xml (original)
+++ trunk/massif/docs/ms-manual.xml Tue Aug 1 21:21:38 2017
@@ -888,6 +888,12 @@
<filename> (default massif.vgdb.out).
</para>
</listitem>
+ <listitem>
+ <para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
+ requests Massif tool to produce an xtree heap memory report.
+ See <xref linkend="manual-core.xtree"/> for
+ a detailed explanation about execution trees. </para>
+ </listitem>
</itemizedlist>
</sect1>
Modified: trunk/massif/ms_main.c
==============================================================================
--- trunk/massif/ms_main.c (original)
+++ trunk/massif/ms_main.c Tue Aug 1 21:21:38 2017
@@ -1598,7 +1598,7 @@
" saves all snapshot(s) taken so far in <filename>\n"
" default <filename> is massif.vgdb.out\n"
" xtmemory [<filename>]\n"
-" dump xtree memory profile in <filename> (default xtmemory.kcg)\n"
+" dump xtree memory profile in <filename> (default xtmemory.kcg.%%p.%%n)\n"
"\n");
}
Modified: trunk/memcheck/docs/mc-manual.xml
==============================================================================
--- trunk/memcheck/docs/mc-manual.xml (original)
+++ trunk/memcheck/docs/mc-manual.xml Tue Aug 1 21:21:38 2017
@@ -904,7 +904,7 @@
</itemizedlist>
<para>The increase or decrease for all events above will also be output in
- the file to provide the delta (increase or decreaseà between 2
+ the file to provide the delta (increase or decrease) between 2
successive leak searches. For example, <option>iRB</option> is the
increase of the <option>RB</option> event, <option>dPBk</option> is the
decrease of <option>PBk</option> event. The values for the increase and
@@ -2175,6 +2175,13 @@
</listitem>
+ <listitem>
+ <para><varname>xtmemory [<filename> default xtmemory.kcg.%p.%n]</varname>
+ requests Memcheck tool to produce an xtree heap memory report.
+ See <xref linkend="manual-core.xtree"/> for
+ a detailed explanation about execution trees. </para>
+ </listitem>
+
</itemizedlist>
</sect1>
|