[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
Mon Dec 2 10:21:49 PST 2024
clayborg wrote:
You should be able to debug lldb and step through the code that tries to get the synthetic child provider for the type and watch if fail. You can also step through the C++ example code from my screen shot and see how it is working to see what is going wrong and how the two things differ.
https://github.com/llvm/llvm-project/pull/117755
More information about the lldb-commits
mailing list