Fix an issue where an SBValue could end up capturing a synthetic value and would...
authorEnrico Granata <egranata@apple.com>
Wed, 24 Jun 2015 19:53:22 +0000 (19:53 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 24 Jun 2015 19:53:22 +0000 (19:53 +0000)
commit989e213c180e8cb1cc6946979b4a07b6ce4c8c2d
treea8805ff1f071a286f9f59389419422bd1c08b437
parentd58df749c15cbfd830067fc6b98613284a2d50c1
Fix an issue where an SBValue could end up capturing a synthetic value and would then be unable to return the non-synthetic version thereof

This patch makes the backing ValueImpl always store the root-most value no matter the "flavor" that is initially passed into it

llvm-svn: 240578
lldb/source/API/SBValue.cpp