Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp34 str.SetValueChangedCallback([&callback] { callback(); }); in TEST()
56 args.SetValueChangedCallback([&callback] { callback(); }); in TEST()
97 SetValueChangedCallback(m_dict_index, [&callback] { callback(); }); in SetDictionaryChangedCallback()
101 SetValueChangedCallback(m_file_list_index, [&callback] { callback(); }); in SetFileListChangedCallback()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DProperty.h64 void SetValueChangedCallback(std::function<void()> callback);
H A DOptionValueProperties.h204 void SetValueChangedCallback(uint32_t property_idx,
H A DOptionValue.h313 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3956 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3958 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3960 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3962 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3964 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3966 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3968 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3970 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3975 m_collection_sp->SetValueChangedCallback( in TargetProperties()
3977 m_collection_sp->SetValueChangedCallback( in TargetProperties()
[all …]
H A DProcess.cpp174 m_collection_sp->SetValueChangedCallback( in ProcessProperties()
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp81 m_collection_sp->SetValueChangedCallback(ePropertySymLinkPaths, in ModuleListProperties()