From 5e95aa85bb660d45e9905ef1d7180b2678280660 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 3 Jul 2015 16:57:06 +0000 Subject: Import LLDB as of upstream SVN 241361 (git 612c075f) --- source/Core/ValueObjectChild.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/Core/ValueObjectChild.cpp') diff --git a/source/Core/ValueObjectChild.cpp b/source/Core/ValueObjectChild.cpp index 2b3c8344af8f6..c1e45e1f48de8 100644 --- a/source/Core/ValueObjectChild.cpp +++ b/source/Core/ValueObjectChild.cpp @@ -109,6 +109,14 @@ ValueObjectChild::GetDisplayTypeName() return display_name; } +bool +ValueObjectChild::CanUpdateWithInvalidExecutionContext () +{ + if (m_parent) + return m_parent->CanUpdateWithInvalidExecutionContext(); + return this->ValueObject::CanUpdateWithInvalidExecutionContext(); +} + bool ValueObjectChild::UpdateValue () { -- cgit v1.3