Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h64 void SetValueChangedCallback(std::function<void()> callback);
H A DOptionValueProperties.h138 void SetValueChangedCallback(size_t property_idx,
H A DOptionValue.h263 void SetValueChangedCallback(std::function<void()> callback) { in NotifyValueChanged()
258 void SetValueChangedCallback(std::function<void()> callback) { SetValueChangedCallback() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp306 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
308 m_value_sp->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
H A DOptionValueProperties.cpp36 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
40 property->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4156 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4158 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4160 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4162 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4164 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4166 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4168 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4170 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4172 m_collection_sp->SetValueChangedCallback(ePropertyDetachOnError, [this] { in TargetProperties()
4175 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
H A DProcess.cpp202 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp80 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()