|
From: <sv...@va...> - 2008-12-21 10:45:59
|
Author: sewardj Date: 2008-12-21 10:45:55 +0000 (Sun, 21 Dec 2008) New Revision: 8847 Log: Move description of --read-var-info= from the "debugging options" section to the "uncommon user options" section. Modified: trunk/coregrind/m_main.c Modified: trunk/coregrind/m_main.c =================================================================== --- trunk/coregrind/m_main.c 2008-12-21 10:44:28 UTC (rev 8846) +++ trunk/coregrind/m_main.c 2008-12-21 10:45:55 UTC (rev 8847) @@ -133,6 +133,9 @@ " 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 @@ " --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" |