]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 399301 - Use inlined frames in Massif XTree output.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 27 Oct 2018 18:28:59 +0000 (20:28 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 27 Oct 2018 18:28:59 +0000 (20:28 +0200)
commit66b5a4e9c4d7de79c9396cf5ed117a4e5cfcf386
treedb0c5799777fd44864dfd4a035f124c4236220a2
parentd00dd9c2dd3f2e623f4db48d66d3b54b858842dd
Fix 399301 - Use inlined frames in Massif XTree output.

Author: Nicholas Nethercote <nnethercote@mozilla.com>

Use inlined frames in Massif XTree output.

    This makes Massif's output much easier to follow.

    The commit also removes a -1 used on all Massif stack frame addresses.
    There was a big comment questioning the presence of that -1, and with it
    gone the addresses now match those produced by DHAT.
12 files changed:
.gitignore
NEWS
coregrind/m_main.c
coregrind/m_xtree.c
docs/xml/manual-core.xml
massif/tests/Makefile.am
massif/tests/inlinfomalloc.c [new file with mode: 0644]
massif/tests/inlinfomalloc.post.exp [new file with mode: 0644]
massif/tests/inlinfomalloc.stderr.exp [new file with mode: 0644]
massif/tests/inlinfomalloc.vgtest [new file with mode: 0644]
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp