[Lldb-commits] [PATCH] D158010: [lldb] Allow synthetic providers in C++ and fix linking problems

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 30 12:24:07 PDT 2023


jingham added a comment.

Sorry, I got distracted, but after the fact I also agree this is reasonable.

We might actually be able to support externally adding C++ based synthetic providers, though I think the best way to do that is to add a way to make an SBTypeSynthetic from the appropriate C++ class, and then you could make that and add it in the lldb init function in the C++ library that adds the provider.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158010/new/

https://reviews.llvm.org/D158010



More information about the lldb-commits mailing list