]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Move description of --read-var-info= from the "debugging options"
authorJulian Seward <jseward@acm.org>
Sun, 21 Dec 2008 10:45:55 +0000 (10:45 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 21 Dec 2008 10:45:55 +0000 (10:45 +0000)
section to the "uncommon user options" section.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8847

coregrind/m_main.c

index 47f1e0fd5a8bd838f67cafdad72d0d55d5d9ef4b..7cf141d0f57949ef99c02ff59f29a2318066925c 100644 (file)
@@ -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"