Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h268 void ErrorPathValueChangedCallback();
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4183 ePropertyErrorPath, [this] { ErrorPathValueChangedCallback(); }); in TargetProperties()
4229 ErrorPathValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4861 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback() function in TargetProperties