[Lldb-commits] [lldb] Bugfix: Not showing the synthetic children of values behind pointers (PR #117755)

Sergey Kuznetsov via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 1 11:06:04 PST 2025


skuznetsov wrote:

> > @clayborg Thank you, Greg! Lots of that info is not described anywhere, no wonder I missed it. Let me try your fixes in my provider, and I will get back to you.
> > By some reason my provider works in CLI lldb, but not in lldb-dap, but I will check if your suggestions will help to fix that.
> 
> Let me know if this fixes things. I believe it will.

I tried your approach and your recommended code changes, but it does not work without my patch for some strange reason. :(

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


More information about the lldb-commits mailing list