That's fine. Jim
> On Mar 10, 2015, at 10:15 AM, Ilia K <[email protected]> wrote: > > some changes > > > http://reviews.llvm.org/D8206 > > Files: > include/lldb/API/SBValue.h > include/lldb/Core/ValueObject.h > > Index: include/lldb/API/SBValue.h > =================================================================== > --- include/lldb/API/SBValue.h > +++ include/lldb/API/SBValue.h > @@ -84,7 +84,7 @@ > ValueType > GetValueType (); > > - // It will be only valid starting from the second time. > + // If you call this on a newly created ValueObject, it will always > return false. > bool > GetValueDidChange (); > > Index: include/lldb/Core/ValueObject.h > =================================================================== > --- include/lldb/Core/ValueObject.h > +++ include/lldb/Core/ValueObject.h > @@ -649,7 +649,7 @@ > bool > GetValueIsValid () const; > > - // It will be only valid starting from the second time. > + // If you call this on a newly created ValueObject, it will always > return false. > bool > GetValueDidChange (); > > EMAIL PREFERENCES > http://reviews.llvm.org/settings/panel/emailpreferences/ > <D8206.21598.patch> _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
