Home
last modified time | relevance | path

Searched refs:GetValueDidChange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp83 SetValueDidChange(m_parent->GetValueDidChange()); in UpdateValue()
H A DIOHandlerCursesGUI.cpp5793 if (valobj->GetValueDidChange()) in DisplayRowObject()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i60 changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean value that indicates if this value has changed since it was last updated.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h77 bool GetValueDidChange();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp403 bool SBValue::GetValueDidChange() { in GetValueDidChange() function in SBValue
411 result = value_sp->GetValueDidChange(); in GetValueDidChange()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h563 bool GetValueDidChange() { return m_flags.m_value_did_change; } in GetValueDidChange() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76189 result = (bool)(arg1)->GetValueDidChange(); in _wrap_SBValue_GetValueDidChange()