Home
last modified time | relevance | path

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

/freebsd-src/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 SetValueChangedCallback() function
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp50 m_collection_sp->SetValueChangedCallback( in PluginProperties()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4156 m_collection_sp->SetValueChangedCallback( in TargetExperimentalProperties()
4158 m_collection_sp->SetValueChangedCallback(
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 GetExtraStartupCommands()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp80 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()