[Lldb-commits] [lldb] [lldb] support breakpoint by name on abi_tagged functions (PR #170527)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 3 15:58:34 PST 2025


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


More information about the lldb-commits mailing list