[Lldb-commits] [lldb] [lldb] Add lldb.summary and lldb.synthetic decorators (PR #195351)
via lldb-commits
lldb-commits at lists.llvm.org
Mon May 4 09:38:44 PDT 2026
jimingham wrote:
I hadn't thought about this before. If we are already doing that for __lldb_init_modules so we get commands registered from sub-modules as well, then it should be simple to hook your module search onto that.
But if we don't do it for commands, then doing it in this PR isn't necessary, but at some point we should fix this for both the init modules and your decorators search.
https://github.com/llvm/llvm-project/pull/195351
More information about the lldb-commits
mailing list