[Lldb-commits] [PATCH] Fix a comment for ValueObject::GetValueDidChange after r231526
jingham at apple.com
jingham at apple.com
Tue Mar 10 10:24:31 PDT 2015
That's fine.
Jim
> On Mar 10, 2015, at 10:15 AM, Ilia K <ki.stfu at gmail.com> 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>
More information about the lldb-commits
mailing list