Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp301 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
303 m_value_sp->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
H A DOptionValueProperties.cpp40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
44 property->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h67 void SetValueChangedCallback(std::function<void()> callback);
H A DOptionValueProperties.h197 void SetValueChangedCallback(uint32_t property_idx,
H A DOptionValue.h313 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A 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()
3757 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3759 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
H A DProcess.cpp160 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp81 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()