From: Philippe Waroquiers Date: Tue, 1 Aug 2017 20:21:38 +0000 (+0000) Subject: Various minor fixes and correction in user manual and monitor command help X-Git-Tag: VALGRIND_3_14_0~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0fb705e94ea86627d648e15533338430946698;p=thirdparty%2Fvalgrind.git Various minor fixes and correction in user manual and monitor command help git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16466 --- diff --git a/docs/xml/manual-core-adv.xml b/docs/xml/manual-core-adv.xml index 80190d6269..9653601642 100644 --- a/docs/xml/manual-core-adv.xml +++ b/docs/xml/manual-core-adv.xml @@ -1398,7 +1398,7 @@ client request. xtmemory [<filename> default xtmemory.kcg.%p.%n] - requests the tool to produce an xtree heap memory report. + requests the tool (Memcheck, Massif, Helgrind) to produce an xtree heap memory report. See for a detailed explanation about execution trees. diff --git a/gdbserver_tests/mssnapshot.stderrB.exp b/gdbserver_tests/mssnapshot.stderrB.exp index e419ce6d97..ab38c133c4 100644 --- a/gdbserver_tests/mssnapshot.stderrB.exp +++ b/gdbserver_tests/mssnapshot.stderrB.exp @@ -23,6 +23,6 @@ massif monitor commands: saves all snapshot(s) taken so far in default is massif.vgdb.out xtmemory [] - dump xtree memory profile in (default xtmemory.kcg) + dump xtree memory profile in (default xtmemory.kcg.%p.%n) monitor command request to kill this process Remote connection closed diff --git a/helgrind/docs/hg-manual.xml b/helgrind/docs/hg-manual.xml index ff7d65bdce..c47126d950 100644 --- a/helgrind/docs/hg-manual.xml +++ b/helgrind/docs/hg-manual.xml @@ -1401,6 +1401,12 @@ write of size 4 at 0x8049D88 by thread #9 tid 2 ]]> + + xtmemory [<filename> default xtmemory.kcg.%p.%n] + requests Helgrind tool to produce an xtree heap memory report. + See for + a detailed explanation about execution trees. + diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index 5c302e56f8..b956c3852f 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -4923,7 +4923,7 @@ static void print_monitor_help ( void ) " accesshistory [] : show access history recorded\n" " for (or 1) bytes at \n" " xtmemory []\n" -" dump xtree memory profile in (default xtmemory.kcg)\n" +" dump xtree memory profile in (default xtmemory.kcg.%%p.%%n)\n" "\n"); } diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index b33033509e..e176dc5d66 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -888,6 +888,12 @@ gdbserver (see ). <filename> (default massif.vgdb.out). + + xtmemory [<filename> default xtmemory.kcg.%p.%n] + requests Massif tool to produce an xtree heap memory report. + See for + a detailed explanation about execution trees. + diff --git a/massif/ms_main.c b/massif/ms_main.c index a2c1f3908a..953eda7e82 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -1598,7 +1598,7 @@ static void print_monitor_help ( void ) " saves all snapshot(s) taken so far in \n" " default is massif.vgdb.out\n" " xtmemory []\n" -" dump xtree memory profile in (default xtmemory.kcg)\n" +" dump xtree memory profile in (default xtmemory.kcg.%%p.%%n)\n" "\n"); } diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 39538b51e9..b6997ea221 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -904,7 +904,7 @@ is 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, is the increase of the event, is the decrease of event. The values for the increase and @@ -2175,6 +2175,13 @@ Address 0x8049E28 len 1 defined + + xtmemory [<filename> default xtmemory.kcg.%p.%n] + requests Memcheck tool to produce an xtree heap memory report. + See for + a detailed explanation about execution trees. + +