From 38c546320c41359278c954efa3e1719b2e12505c Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 30 Oct 2013 00:04:29 +0000 Subject: One of the things that dynamic typing affects is the count of children a type has Clear out the flag that makes us blindly believe the children count when a dynamic type change is detected llvm-svn: 193663 --- lldb/source/Core/ValueObject.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Core/ValueObject.cpp') diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index e1f3b8a6470..c9df4f2b228 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -272,6 +272,7 @@ ValueObject::SetNeedsUpdate () void ValueObject::ClearDynamicTypeInformation () { + m_children_count_valid = false; m_did_calculate_complete_objc_class_type = false; m_last_format_mgr_revision = 0; m_override_type = ClangASTType(); -- cgit v1.2.3