Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp50 m_collection_sp->SetValueChangedCallback( in PluginProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4168 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4170 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4172 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4174 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4176 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4178 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4180 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4182 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4187 m_collection_sp->SetValueChangedCallback( in TargetProperties()
4189 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
H A DProcess.cpp172 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp80 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()