Searched refs:SetValueChangedCallback (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h67 void SetValueChangedCallback(std::function<void()> callback);
H A DOptionValueProperties.h200 void SetValueChangedCallback(uint32_t property_idx,
H A DOptionValue.h306 void SetValueChangedCallback(std::function<void()> callback) { function in class:lldb_private::OptionValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp295 void Property::SetValueChangedCallback(std::function<void()> callback) { function in class:Property
297 m_value_sp->SetValueChangedCallback(std::move(callback));
H A DOptionValueProperties.cpp62 void OptionValueProperties::SetValueChangedCallback( function in class:OptionValueProperties
66 property->SetValueChangedCallback(std::move(callback));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3462 m_collection_sp->SetValueChangedCallback(
3464 m_collection_sp->SetValueChangedCallback(
3466 m_collection_sp->SetValueChangedCallback(
3468 m_collection_sp->SetValueChangedCallback(
3470 m_collection_sp->SetValueChangedCallback(
3472 m_collection_sp->SetValueChangedCallback(
3474 m_collection_sp->SetValueChangedCallback(ePropertyDetachOnError, [this] {
3477 m_collection_sp->SetValueChangedCallback(
3479 m_collection_sp->SetValueChangedCallback(
H A DProcess.cpp138 m_collection_sp->SetValueChangedCallback(

Completed in 94 milliseconds