Home
last modified time | relevance | path

Searched refs:SetValueChangedCallback (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DProperty.cpp301 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
303 m_value_sp->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
DOptionValueProperties.cpp40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
44 property->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DProperty.h67 void SetValueChangedCallback(std::function<void()> callback);
DOptionValueProperties.h197 void SetValueChangedCallback(uint32_t property_idx,
DOptionValue.h313 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp3738 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3740 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3742 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3744 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3746 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3748 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3750 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3752 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3754 m_collection_sp->SetValueChangedCallback(ePropertyDetachOnError, [this] { in TargetProperties()
3757 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
DProcess.cpp160 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DModuleList.cpp81 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()