]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Rename --defaultsupp into --default-suppressions as requested by Julian
authorBart Van Assche <bvanassche@acm.org>
Tue, 24 Jun 2014 05:08:21 +0000 (05:08 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 24 Jun 2014 05:08:21 +0000 (05:08 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14090

coregrind/m_main.c
docs/xml/manual-core.xml
drd/tests/std_thread2.vgtest
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp

index ba12b4b587a14bbd044ddea7d58a2bf7f0ab37a4..4485f03585ea2cb3917cb86da113ce2df1e243cb 100644 (file)
@@ -127,7 +127,8 @@ static void usage_NORETURN ( Bool debug_help )
 "    --error-limit=no|yes      stop showing new errors if too many? [yes]\n"
 "    --error-exitcode=<number> exit code to return if errors found [0=disable]\n"
 "    --show-below-main=no|yes  continue stack traces below main() [no]\n"
-"    --defaultsupp=yes|no      load default suppressions [yes]\n"
+"    --default-suppressions=yes|no\n"
+"                              load default suppressions [yes]\n"
 "    --suppressions=<filename> suppress errors described in <filename>\n"
 "    --gen-suppressions=no|yes|all    print suppressions for errors? [no]\n"
 "    --db-attach=no|yes        start debugger when errors detected? [no]\n"
@@ -691,7 +692,8 @@ void main_process_cmd_line_options ( /*OUT*/Bool* logging_to_fd,
       else if VG_STR_CLO(arg, "--xml-user-comment",
                               VG_(clo_xml_user_comment)) {}
 
-      else if VG_BOOL_CLO(arg, "--defaultsupp", VG_(clo_default_supp)) { }
+      else if VG_BOOL_CLO(arg, "--default-suppressions",
+                          VG_(clo_default_supp)) { }
 
       else if VG_STR_CLO(arg, "--suppressions", tmp_str) {
          if (VG_(clo_n_suppressions) >= VG_CLO_MAX_SFILES) {
index 0fd7f02d3e281c6b774b9b1c9c03ca3c82113472..1ab17728c3a14d24f46ae2d5cbebd89c11ea8fb8 100644 (file)
@@ -398,7 +398,7 @@ run of <computeroutput>valgrind -v --tool=memcheck ls -l</computeroutput>:</para
 
 <para>Multiple suppressions files are allowed.  Valgrind loads suppression
 patterns from <filename>$PREFIX/lib/valgrind/default.supp</filename> unless
-<option>--defaultsupp=no</option> has been specified.  You can
+<option>--default-suppressions=no</option> has been specified.  You can
 ask to add suppressions from additional files by specifying
 <option>--suppressions=/path/to/file.supp</option> one or more times.
 </para>
index c01563ac5f158b0180cdb6d079b74fc8f6bc5e5e..d2d4603468990c142a46dd0e149716f85fa3e7e3 100644 (file)
@@ -1,4 +1,4 @@
 prereq: test -e std_thread2 && ./supported_libpthread
-vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1 --defaultsupp=no --suppressions=std_thread2.supp
+vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1 --default-suppressions=no --suppressions=std_thread2.supp
 prog: std_thread2
 stderr_filter: filter_stderr
index e0dfb12d30ee8fa3c6f02432fe5f3e18bc89f52a..e63d71661314ca3f156d0f58d67b623b24b52ce2 100644 (file)
@@ -40,7 +40,8 @@ usage: valgrind [options] prog-and-args
     --error-limit=no|yes      stop showing new errors if too many? [yes]
     --error-exitcode=<number> exit code to return if errors found [0=disable]
     --show-below-main=no|yes  continue stack traces below main() [no]
-    --defaultsupp=yes|no      load default suppressions [yes]
+    --default-suppressions=yes|no
+                              load default suppressions [yes]
     --suppressions=<filename> suppress errors described in <filename>
     --gen-suppressions=no|yes|all    print suppressions for errors? [no]
     --db-attach=no|yes        start debugger when errors detected? [no]
index c679f6e3e08b4186ad161294412422a8e5b715c8..e35b64e98b1eaadab4e0915754f36106667b006c 100644 (file)
@@ -40,7 +40,8 @@ usage: valgrind [options] prog-and-args
     --error-limit=no|yes      stop showing new errors if too many? [yes]
     --error-exitcode=<number> exit code to return if errors found [0=disable]
     --show-below-main=no|yes  continue stack traces below main() [no]
-    --defaultsupp=yes|no      load default suppressions [yes]
+    --default-suppressions=yes|no
+                              load default suppressions [yes]
     --suppressions=<filename> suppress errors described in <filename>
     --gen-suppressions=no|yes|all    print suppressions for errors? [no]
     --db-attach=no|yes        start debugger when errors detected? [no]