Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h225 static void ErrorPathValueChangedCallback(void *target_property_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3609 ePropertyErrorPath, TargetProperties::ErrorPathValueChangedCallback, in TargetProperties()
3635 ErrorPathValueChangedCallback(this, nullptr); in TargetProperties()
4141 void TargetProperties::ErrorPathValueChangedCallback(void *target_property_ptr, in ErrorPathValueChangedCallback() function in TargetProperties