|
From: <sv...@va...> - 2009-05-17 18:35:33
|
Author: sewardj
Date: 2009-05-17 19:35:24 +0100 (Sun, 17 May 2009)
New Revision: 9866
Log:
Update command line help output to take account of new XML-related
flags.
Modified:
branches/MESSAGING_TIDYUP/coregrind/m_main.c
branches/MESSAGING_TIDYUP/none/tests/cmdline1.stdout.exp
branches/MESSAGING_TIDYUP/none/tests/cmdline2.stdout.exp
Modified: branches/MESSAGING_TIDYUP/coregrind/m_main.c
===================================================================
--- branches/MESSAGING_TIDYUP/coregrind/m_main.c 2009-05-17 17:10:33 UTC (rev 9865)
+++ branches/MESSAGING_TIDYUP/coregrind/m_main.c 2009-05-17 18:35:24 UTC (rev 9866)
@@ -139,8 +139,11 @@
" tools that make use of it (Memcheck, Helgrind)\n"
"\n"
" user options for Valgrind tools that report errors:\n"
-" --xml=yes all output is in XML (some tools only)\n"
-" --xml-user-comment=STR copy STR verbatim to XML output\n"
+" --xml=yes emit error output in XML (some tools only)\n"
+" --xml-fd=<number> XML output to file descriptor\n"
+" --xml-file=<file> XML output to <file>\n"
+" --xml-socket=ipaddr:port XML output to socket ipaddr:port\n"
+" --xml-user-comment=STR copy STR verbatim into XML output\n"
" --demangle=no|yes automatically demangle C++ names? [yes]\n"
" --num-callers=<number> show <number> callers in stack traces [12]\n"
" --error-limit=no|yes stop showing new errors if too many? [yes]\n"
Modified: branches/MESSAGING_TIDYUP/none/tests/cmdline1.stdout.exp
===================================================================
--- branches/MESSAGING_TIDYUP/none/tests/cmdline1.stdout.exp 2009-05-17 17:10:33 UTC (rev 9865)
+++ branches/MESSAGING_TIDYUP/none/tests/cmdline1.stdout.exp 2009-05-17 18:35:24 UTC (rev 9866)
@@ -29,8 +29,11 @@
tools that make use of it (Memcheck, Helgrind)
user options for Valgrind tools that report errors:
- --xml=yes all output is in XML (some tools only)
- --xml-user-comment=STR copy STR verbatim to XML output
+ --xml=yes emit error output in XML (some tools only)
+ --xml-fd=<number> XML output to file descriptor
+ --xml-file=<file> XML output to <file>
+ --xml-socket=ipaddr:port XML output to socket ipaddr:port
+ --xml-user-comment=STR copy STR verbatim into XML output
--demangle=no|yes automatically demangle C++ names? [yes]
--num-callers=<number> show <number> callers in stack traces [12]
--error-limit=no|yes stop showing new errors if too many? [yes]
Modified: branches/MESSAGING_TIDYUP/none/tests/cmdline2.stdout.exp
===================================================================
--- branches/MESSAGING_TIDYUP/none/tests/cmdline2.stdout.exp 2009-05-17 17:10:33 UTC (rev 9865)
+++ branches/MESSAGING_TIDYUP/none/tests/cmdline2.stdout.exp 2009-05-17 18:35:24 UTC (rev 9866)
@@ -29,8 +29,11 @@
tools that make use of it (Memcheck, Helgrind)
user options for Valgrind tools that report errors:
- --xml=yes all output is in XML (some tools only)
- --xml-user-comment=STR copy STR verbatim to XML output
+ --xml=yes emit error output in XML (some tools only)
+ --xml-fd=<number> XML output to file descriptor
+ --xml-file=<file> XML output to <file>
+ --xml-socket=ipaddr:port XML output to socket ipaddr:port
+ --xml-user-comment=STR copy STR verbatim into XML output
--demangle=no|yes automatically demangle C++ names? [yes]
--num-callers=<number> show <number> callers in stack traces [12]
--error-limit=no|yes stop showing new errors if too many? [yes]
|