[Lldb-commits] [PATCH] Make SBValue::GetNonSyntheticValue return really that.

Siva Chandra sivachandra at google.com
Wed Jun 24 18:08:37 PDT 2015


On Wed, Jun 24, 2015 at 12:58 PM, Enrico Granata <egranata at apple.com> wrote:
>
> Try this:
> Sending        source/API/SBValue.cpp
> Transmitting file data .
> Committed revision 240578.
>
> It seems to fix your issue for me

Yes, it works. Thanks for looking into it promptly.

The change makes me think that we always want non-dynamic,
non-synthetic ValueObject to back a SBValue object while the "flavor"
of the SBValue is per the user settings. This seems meaningful now; if
we are holding on to a SBValue object and change settings, we want the
behavior of that SBValue object to change according to the settings.



More information about the lldb-commits mailing list