]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Addition of the pub_tool_xtree.h and pub_tool_xtmemory.h modules, and of the --xtree...
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 11 Nov 2016 14:07:03 +0000 (14:07 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 11 Nov 2016 14:07:03 +0000 (14:07 +0000)
commitf9386afa8964673bf1576bd08750f94c96ad3bbe
tree717fffc0bd5aa371205683b682e2329e7b02e0f5
parentb86956b6b9a8f3f556e6aa18e7c5c052a2c33980
Addition of the pub_tool_xtree.h and pub_tool_xtmemory.h modules, and of the --xtree-memory* options
This commit is the bulk of the new code.
There is however no functional impact yet : the new modules are not used by anybody.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16123
coregrind/Makefile.am
coregrind/m_options.c
coregrind/m_xtmemory.c [new file with mode: 0644]
coregrind/m_xtree.c [new file with mode: 0644]
coregrind/pub_core_options.h
coregrind/pub_core_xtmemory.h [new file with mode: 0644]
coregrind/pub_core_xtree.h [new file with mode: 0644]
include/Makefile.am
include/pub_tool_options.h
include/pub_tool_xtmemory.h [new file with mode: 0644]
include/pub_tool_xtree.h [new file with mode: 0644]