]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Various minor fixes and correction in user manual and monitor command help
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 1 Aug 2017 20:21:38 +0000 (20:21 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 1 Aug 2017 20:21:38 +0000 (20:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16466

docs/xml/manual-core-adv.xml
gdbserver_tests/mssnapshot.stderrB.exp
helgrind/docs/hg-manual.xml
helgrind/hg_main.c
massif/docs/ms-manual.xml
massif/ms_main.c
memcheck/docs/mc-manual.xml

index 80190d6269303839f76cf91b7d5453714a4568a4..9653601642e83f3c368102a0c990f1b8755751d7 100644 (file)
@@ -1398,7 +1398,7 @@ client request.
 
   <listitem>
     <para><varname>xtmemory [&lt;filename&gt; 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>
index e419ce6d9744843d652c1d987f01f3c3d5d1cb55..ab38c133c4c6dcf38048a8ca000f2b160cb8f4e6 100644 (file)
@@ -23,6 +23,6 @@ massif monitor commands:
       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
index ff7d65bdce95f8f28f89b65610d24faa573f013c..c47126d950cf5ba5e5eb889713565e6a1edb6f30 100644 (file)
@@ -1401,6 +1401,12 @@ write of size 4 at 0x8049D88 by thread #9 tid 2
 ]]></programlisting>
 
   </listitem>
+  <listitem>
+    <para><varname>xtmemory [&lt;filename&gt; 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>
 
index 5c302e56f81810d5238077b69c16bbf619fd8b29..b956c3852f2d3932590780b0ca33423ff811015b 100644 (file)
@@ -4923,7 +4923,7 @@ static void print_monitor_help ( void )
 "  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");
 }
 
index b33033509ee4fe48f29dfb281375daf8a4e074ac..e176dc5d66c7b43e4fad040175a6ed0de8952138 100644 (file)
@@ -888,6 +888,12 @@ gdbserver (see <xref linkend="manual-core-adv.gdbserver-commandhandling"/>).
     &lt;filename&gt; (default massif.vgdb.out).
     </para>
   </listitem>
+  <listitem>
+    <para><varname>xtmemory [&lt;filename&gt; 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>
 
index a2c1f3908a319c0ecb71cf684b7aea4765c4b8da..953eda7e820800516f90c692cc9d13584726e998 100644 (file)
@@ -1598,7 +1598,7 @@ static void print_monitor_help ( void )
 "      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");
 }
 
index 39538b51e9c49837cec69ac78064baf5221dbd03..b6997ea221971106972476c5d0ada61f3bd7583f 100644 (file)
@@ -904,7 +904,7 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
       </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 @@ Address 0x8049E28 len 1 defined
 
   </listitem>
 
+  <listitem>
+    <para><varname>xtmemory [&lt;filename&gt; 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>