llvm-svn: 132304
This commit is contained in:
Greg Clayton
2011-05-30 00:49:24 +00:00
parent 5d2fbfed4d
commit 007d5be653
19 changed files with 369 additions and 144 deletions

View File

@@ -120,6 +120,9 @@ ValueObjectDynamicValue::UpdateValue ()
if (!m_parent->UpdateValueIfNeeded())
{
// The dynamic value failed to get an error, pass the error along
if (m_error.Success() && m_parent->GetError().Fail())
m_error = m_parent->GetError();
return false;
}