From: Nicholas Nethercote Date: Fri, 2 Jun 2006 22:58:34 +0000 (+0000) Subject: Clarify usage instructions for --trace-flags. X-Git-Tag: svn/VALGRIND_3_2_0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb48dfa4ab3e4f1c669a11c9c4ba1634979c317;p=thirdparty%2Fvalgrind.git Clarify usage instructions for --trace-flags. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5950 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index a2f5795745..201e703ca8 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -963,6 +963,7 @@ static void usage_NORETURN ( Bool debug_help ) " 0000 0100 show selecting insns\n" " 0000 0010 show after reg-alloc\n" " 0000 0001 show final assembly\n" +" (Nb: you need --trace-notbelow with --trace-flags for full details)\n" "\n" " debugging options for Valgrind tools that report errors\n" " --dump-error= show translation for basic block associated\n" diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index f5444f6cbb..c75b29554a 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -75,6 +75,7 @@ usage: valgrind [options] prog-and-args 0000 0100 show selecting insns 0000 0010 show after reg-alloc 0000 0001 show final assembly + (Nb: you need --trace-notbelow with --trace-flags for full details) debugging options for Valgrind tools that report errors --dump-error= show translation for basic block associated