aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_tooliface.h
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-03-03 01:35:41 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-03-03 01:35:41 +0000
commitb8b79addf04dd5d0b558916e26df0b1927cbd758 (patch)
treef5e1589a564731ff3799c0568e88250a3de30937 /include/pub_tool_tooliface.h
parentc3bfcb99796fc99b50b8b98e494c8b3b327dcd0c (diff)
downloadvalgrind-b8b79addf04dd5d0b558916e26df0b1927cbd758.tar.gz
Merge in the DATASYMS branch.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7540 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include/pub_tool_tooliface.h')
-rw-r--r--include/pub_tool_tooliface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pub_tool_tooliface.h b/include/pub_tool_tooliface.h
index 0c0dafaa1..f75c74afc 100644
--- a/include/pub_tool_tooliface.h
+++ b/include/pub_tool_tooliface.h
@@ -416,8 +416,8 @@ extern void VG_(needs_sanity_checks) (
Bool(*expensive_sanity_check)(void)
);
-/* Do we need to see data symbols? */
-extern void VG_(needs_data_syms) ( void );
+/* Do we need to see variable type and location information? */
+extern void VG_(needs_var_info) ( void );
/* Does the tool replace malloc() and friends with its own versions?
This has to be combined with the use of a vgpreload_<tool>.so module