Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h289 void ErrorPathValueChangedCallback();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4348 ePropertyErrorPath, [this] { ErrorPathValueChangedCallback(); }); in TargetProperties()
4394 ErrorPathValueChangedCallback(); in UpdateLaunchInfoFromProperties()
5080 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback() function in TargetProperties