[valgrind] [Bug 445916] Demangle Rust v0 symbols with .llvm suffix

2022-02-17 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445916 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 445916] Demangle Rust v0 symbols with .llvm suffix

2021-12-02 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445916 --- Comment #4 from Mark Wielaard --- Posted a patch to libiberty upstream: https://gcc.gnu.org/pipermail/gcc-patches/2021-December/586058.html -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 445916] Demangle Rust v0 symbols with .llvm suffix

2021-11-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=445916 --- Comment #3 from Mark Wielaard --- (In reply to Nick Nethercote from comment #1) > AFAIK Valgrind uses the libiberty demangler. How does that work? Is there > scope for a Valgrind-specific fix, or would it be better to get the suffix > trimmed in lib

[valgrind] [Bug 445916] Demangle Rust v0 symbols with .llvm suffix

2021-11-23 Thread Nick Nethercote
https://bugs.kde.org/show_bug.cgi?id=445916 --- Comment #2 from Nick Nethercote --- https://github.com/rust-lang/rust/issues/60705#issuecomment-976064467 suggests that we should only cut off what comes after '.', *not* '$'. -- You are receiving this mail because: You are watching all bug change

[valgrind] [Bug 445916] Demangle Rust v0 symbols with .llvm suffix

2021-11-22 Thread Nick Nethercote
https://bugs.kde.org/show_bug.cgi?id=445916 Nick Nethercote changed: What|Removed |Added CC||n.netherc...@gmail.com --- Comment #1 from Ni