|
From: Nicholas N. <nj...@ca...> - 2004-01-30 17:38:48
|
On Fri, 30 Jan 2004, Josef Weidendorfer wrote:
> I vote for "--help-debug". The usage info should contain at the end words like
> "Further options for debugging valgrind exist. --help-debug shows a list."
I imagined this:
common user options for all Valgrind tools, with defaults in [ ]:
--tool=<name> Use the Valgrind tool named <name>
--help show this message
* --help-debug show this message, plus debugging options
--version show version
-q --quiet run silently; only print error msgs
-v --verbose be more verbose, incl counts of errors
--trace-children=no|yes Valgrind-ise child processes? [no]
--track-fds=no|yes Track open file descriptors? [no]
N
|