Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectCast.cpp80 SetValueDidChange(m_parent->GetValueDidChange()); in UpdateValue()
DIOHandlerCursesGUI.cpp4306 if (valobj->GetValueDidChange()) in DisplayRowObject()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBValue.i120 GetValueDidChange ();
492 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val…
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBValue.h69 bool GetValueDidChange();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp409 bool SBValue::GetValueDidChange() { in GetValueDidChange() function in SBValue
410 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, GetValueDidChange); in GetValueDidChange()
417 result = value_sp->GetValueDidChange(); in GetValueDidChange()
1570 LLDB_REGISTER_METHOD(bool, SBValue, GetValueDidChange, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h549 bool GetValueDidChange() { return m_flags.m_value_did_change; } in GetValueDidChange() function
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp66185 result = (bool)(arg1)->GetValueDidChange(); in _wrap_SBValue_GetValueDidChange()