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

Hafiz Abid Qadeer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 30 02:08:57 PDT 2017


abidh added a comment.

This check used to be there above the loop and was removed when you reported that changes in pointers are not being tracked in 
http://lists.llvm.org/pipermail/lldb-dev/2017-May/012428.html

I think putting it on individual child is probably good enough compromise.


https://reviews.llvm.org/D37154





More information about the lldb-commits mailing list