From: Julian Seward Date: Thu, 23 Oct 2014 21:49:58 +0000 (+0000) Subject: Add --resync-filter to the --help output. X-Git-Tag: svn/VALGRIND_3_11_0~886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b30a092c439e79e914ea8ec92d345dc8552a156;p=thirdparty%2Fvalgrind.git Add --resync-filter to the --help output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14662 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 67ead3e13c..935d433001 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -208,6 +208,8 @@ static void usage_NORETURN ( Bool debug_help ) " NOTE: stack scanning is only available on arm-linux.\n" " --unw-stack-scan-frames= 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[] = diff --git a/none/tests/cmdline1.stdout.exp b/none/tests/cmdline1.stdout.exp index 891c5b7efa..3837816ccb 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -121,6 +121,8 @@ usage: valgrind [options] prog-and-args NOTE: stack scanning is only available on arm-linux. --unw-stack-scan-frames= 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) diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index 4832190a67..72b25066c0 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -121,6 +121,8 @@ usage: valgrind [options] prog-and-args NOTE: stack scanning is only available on arm-linux. --unw-stack-scan-frames= 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)