https://bugs.kde.org/show_bug.cgi?id=399301
Bug ID: 399301 Summary: Use inlined frames in Massif XTree output. Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: n.netherc...@gmail.com Target Milestone: --- Created attachment 115360 --> https://bugs.kde.org/attachment.cgi?id=115360&action=edit Use inlined frames in Massif XTree output DHAT can show inlined frames, but Massif currently can't. The attached patch fixes this. I have tested that it works on the Rust compiler, which was my motivating example: see https://github.com/rust-lang/rust/issues/52028#issuecomment-402409368, especially the part "Massif doesn't get great stack traces due to inlining, but DHAT does a better job by using debuginfo." -- You are receiving this mail because: You are watching all bug changes.