[Lldb-commits] [PATCH] D37154: lldb-mi: -var-update can hang when traversing complex types with pointers

Ted Woodward via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 31 09:43:01 PDT 2017


ted added a comment.

We want to go down into a pointer if it's the original parent, but not into a child that's a pointer. To avoid skipping children of a top-level pointer/reference, I think we need to do the type check in the loop.


https://reviews.llvm.org/D37154





More information about the lldb-commits mailing list