|
From: Nicholas N. <n.n...@gm...> - 2022-03-31 08:58:16
|
Hi, I hit a bug this week: https://bugs.kde.org/show_bug.cgi?id=452058. The problem is that for generated suppressions, inlined stack frames are demangled but non-inlined stack frames are not. This seems like a big problem, because if the compiler chooses to inline different functions the suppression won't work. I looked at the code for a bit but got lost among the debuginfo reading. Does this seem like an easy one to fix? E.g. is it as simple as inserting a "don't demangle" flag somewhere for inlined frames? Thanks. Nick |