Home
last modified time | relevance | path

Searched refs:SetValueChangedCallback (Results 1 – 9 of 9) 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.h256 void SetValueChangedCallback(std::function<void()> callback) { in 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/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp50 m_collection_sp->SetValueChangedCallback( in PluginProperties()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4333 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4335 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4337 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4339 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4341 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4343 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4345 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4347 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4349 m_collection_sp->SetValueChangedCallback(ePropertyDetachOnError, [this] { in TargetProperties()
4352 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
H A DProcess.cpp166 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp80 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()