Home
last modified time | relevance | path

Searched refs:ErrorPathValueChangedCallback (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h239 void ErrorPathValueChangedCallback();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3753 ePropertyErrorPath, [this] { ErrorPathValueChangedCallback(); }); in TargetProperties()
3796 ErrorPathValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4335 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback() function in TargetProperties