Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h227 static void DetachOnErrorValueChangedCallback(void *target_property_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3613 TargetProperties::DetachOnErrorValueChangedCallback, this); in TargetProperties()
3636 DetachOnErrorValueChangedCallback(this, nullptr); in TargetProperties()
4149 void TargetProperties::DetachOnErrorValueChangedCallback( in DetachOnErrorValueChangedCallback() function in TargetProperties