ValueObjectSynthetic could be wrapping a ValueObjectDynamic. In that case, we want...
authorEnrico Granata <egranata@apple.com>
Tue, 19 Feb 2013 22:03:00 +0000 (22:03 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 19 Feb 2013 22:03:00 +0000 (22:03 +0000)
commit4c5b3f7df638654d4e948c0f6914a20ce5d0134c
treeb72f1e971288ff093b670a2e3be485b5e20223f5
parent086f6cde5dc63c2909e7468dc04c59aaa762889d
ValueObjectSynthetic could be wrapping a ValueObjectDynamic. In that case, we want to report that the ValueObject is dynamic since synthetic values are supposed to be just their parent with different children

llvm-svn: 175563
lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
lldb/source/Core/ValueObjectSyntheticFilter.cpp