From a9c3419f36b8fc8efd92c21d8d23e36905a830a7 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sun, 21 Dec 2008 10:45:55 +0000 Subject: [PATCH] Move description of --read-var-info= from the "debugging options" section to the "uncommon user options" section. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8847 --- coregrind/m_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 47f1e0fd5a..7cf141d0f5 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -133,6 +133,9 @@ static void usage_NORETURN ( Bool debug_help ) " only for code found in stacks, or all [stack]\n" " --kernel-variant=variant1,variant2,... known variants: bproc [none]\n" " handle non-standard kernel variants\n" +" --read-var-info=yes|no read debug info on stack and global variables\n" +" and use it to print better error messages in\n" +" 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" @@ -173,7 +176,6 @@ static void usage_NORETURN ( Bool debug_help ) " --profile-heap=no|yes profile Valgrind's own space use\n" " --wait-for-gdb=yes|no pause on startup to wait for gdb attach\n" " --sym-offsets=yes|no show syms in form 'name+offset' ? [no]\n" -" --read-var-info=yes|no read variable type & location info? [no]\n" " --command-line-only=no|yes only use command line options [no]\n" "\n" " --vex-iropt-verbosity 0 .. 9 [0]\n" -- 2.47.2