]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Various option-related tweaks:
authorNicholas Nethercote <njn@valgrind.org>
Tue, 4 Aug 2009 02:32:55 +0000 (02:32 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 4 Aug 2009 02:32:55 +0000 (02:32 +0000)
commit8026c4766f03829ce62193564b1a369888f7a482
tree31a926568c590e482568b34d26211ef633a7a3b9
parentfa2605d672c18a2f52aba7bf551a4d5a1d1e4f36
Various option-related tweaks:

- Match the ordering of the non-tool-specific options in the usage message
  with the order in the user manual.  As a result, we now always print
  --alignment and --trace-malloc in the core's usage messages, which saves
  malloc-replacing tools from doing it themselves (and brings it in line
  with options that only apply to error-collecting tools).

- Improved the presentation of the Vex options with --help-debug.

- Removed documentation of -d in the manual because it's a debugging-only flag.

- Documented --read-var-info in the manual.  This fixes bug 201169.

- Renamed --auto-run-dsymutil as --dsymutil and documented it in the usage
  message.

- Fixed an XML error in manual-core-adv.xml.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10703
20 files changed:
NEWS
coregrind/m_debuginfo/readmacho.c
coregrind/m_main.c
coregrind/m_options.c
coregrind/m_replacemalloc/replacemalloc_core.c
coregrind/pub_core_options.h
docs/xml/manual-core-adv.xml
docs/xml/manual-core.xml
drd/drd_main.c
exp-ptrcheck/pc_common.c
helgrind/hg_main.c
include/pub_tool_replacemalloc.h
massif/ms_main.c
memcheck/mc_main.c
none/tests/Makefile.am
none/tests/cmdline1.stdout.exp
none/tests/cmdline1.vgtest
none/tests/cmdline2.stdout.exp
none/tests/cmdline2.vgtest
none/tests/filter_cmdline1 [new file with mode: 0755]