Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DProperty.h64 void SetValueChangedCallback(std::function<void()> callback);
H A DOptionValue.h324 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function
H A DOptionValueProperties.h206 void SetValueChangedCallback(uint32_t property_idx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp305 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
307 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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4053 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4055 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4057 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4059 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4061 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4063 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4065 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4067 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4069 m_collection_sp->SetValueChangedCallback(ePropertyDetachOnError, [this] { in TargetProperties()
4072 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
H A DProcess.cpp175 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp81 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()