https://github.com/Michael137 commented:
A bigger discussion (out of scope of this PR) is whether we want to match breakpoints by using demangled names in the first place. The ABI tags are only an issue because the demangler prints them, but they aren't part of the DWARF names. There are other attributes that affect mangling in the same way (but much less wide-spread). So what if we matched against debug-info names (when they are available). Maybe we are already matching by debug-info names, but then why is the demangled name blocking the match here. I'd have to remind myself of that detail https://github.com/llvm/llvm-project/pull/170527 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
