|
From: <sv...@va...> - 2014-10-23 21:50:06
|
Author: sewardj
Date: Thu Oct 23 22:49:58 2014
New Revision: 14662
Log:
Add --resync-filter to the --help output.
Modified:
trunk/coregrind/m_main.c
trunk/none/tests/cmdline1.stdout.exp
trunk/none/tests/cmdline2.stdout.exp
Modified: trunk/coregrind/m_main.c
==============================================================================
--- trunk/coregrind/m_main.c (original)
+++ trunk/coregrind/m_main.c Thu Oct 23 22:49:58 2014
@@ -208,6 +208,8 @@
" NOTE: stack scanning is only available on arm-linux.\n"
" --unw-stack-scan-frames=<number> Max number of frames that can be\n"
" recovered by stack scanning [5]\n"
+" --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]\n"
+" attempt to avoid expensive address-space-resync operations\n"
"\n";
const HChar usage2[] =
Modified: trunk/none/tests/cmdline1.stdout.exp
==============================================================================
--- trunk/none/tests/cmdline1.stdout.exp (original)
+++ trunk/none/tests/cmdline1.stdout.exp Thu Oct 23 22:49:58 2014
@@ -121,6 +121,8 @@
NOTE: stack scanning is only available on arm-linux.
--unw-stack-scan-frames=<number> Max number of frames that can be
recovered by stack scanning [5]
+ --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]
+ attempt to avoid expensive address-space-resync operations
user options for Nulgrind:
(none)
Modified: trunk/none/tests/cmdline2.stdout.exp
==============================================================================
--- trunk/none/tests/cmdline2.stdout.exp (original)
+++ trunk/none/tests/cmdline2.stdout.exp Thu Oct 23 22:49:58 2014
@@ -121,6 +121,8 @@
NOTE: stack scanning is only available on arm-linux.
--unw-stack-scan-frames=<number> Max number of frames that can be
recovered by stack scanning [5]
+ --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]
+ attempt to avoid expensive address-space-resync operations
user options for Nulgrind:
(none)
|