aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_replacemalloc.h
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-08-04 02:32:55 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-08-04 02:32:55 +0000
commit97db761d2a94fc7a349aee9359ef85828d9618b6 (patch)
tree31a926568c590e482568b34d26211ef633a7a3b9 /include/pub_tool_replacemalloc.h
parent2ec2b720e4d63c91864963235c540617fed3fddd (diff)
downloadvalgrind-97db761d2a94fc7a349aee9359ef85828d9618b6.tar.gz
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 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include/pub_tool_replacemalloc.h')
-rw-r--r--include/pub_tool_replacemalloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pub_tool_replacemalloc.h b/include/pub_tool_replacemalloc.h
index 9cb2e9e3d..067b7ff05 100644
--- a/include/pub_tool_replacemalloc.h
+++ b/include/pub_tool_replacemalloc.h
@@ -64,8 +64,6 @@ extern Bool VG_(clo_trace_malloc);
extern UInt VG_(clo_alignment);
extern Bool VG_(replacement_malloc_process_cmd_line_option) ( Char* arg );
-extern void VG_(replacement_malloc_print_usage) ( void );
-extern void VG_(replacement_malloc_print_debug_usage) ( void );
#endif // __PUB_TOOL_REPLACEMALLOC_H