[Lldb-commits] [lldb] [LLDB] Add optional callback function to `TypeMatcher` (PR #143748)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 01:10:12 PDT 2025


Nerixyz wrote:

> A low-tech way to support both STL versions would be to do a dispatch inside the data formatter

For summaries this would work, but it Gerts more involved for synthetic children providers, where you'd need to check for the kind in every method.

Though now that I think about it, couldn't I inspect the type before creating the frontend for a synthetic provider and create the appropriate frontend?



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


More information about the lldb-commits mailing list