[Lldb-commits] [lldb] Bugfix: Not showing the synthetic children of values behind pointers (PR #117755)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 6 16:14:11 PST 2024
clayborg wrote:
You don't have a "def update(self):" method in your data formatter. This is what causes the values to be refetched. I think if you rename "extract_entries" to be named "update" it will fix your synthetic child provider.
https://github.com/llvm/llvm-project/pull/117755
More information about the lldb-commits
mailing list