[Lldb-commits] [lldb] [lldb] Add generic string view summary provider (PR #171854)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 11 08:07:21 PST 2025


https://github.com/Michael137 requested changes to this pull request.

Thanks for the patch. I'm all in favour of de-duplicating the formatter code, but I'd prefer it if we kept the individual SummaryProvider's per STL.

I.e., the code that extracts the data and size from the type should live in the individual STL files. But the code that then formats the strings can be generic.

Is that feasible?

https://github.com/llvm/llvm-project/pull/171854


More information about the lldb-commits mailing list