[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:29:26 PST 2024
clayborg wrote:
Another thing that might not be abvious is that an instance of this class lives as long as the variable lives so as you are stepping in the same function, we will create one synthetic python instance per raw `lldb.SBValue`. This is why the `def update(self):` function is so important.
https://github.com/llvm/llvm-project/pull/117755
More information about the lldb-commits
mailing list