Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h243 void DisableSTDIOValueChangedCallback();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3762 ePropertyDisableSTDIO, [this] { DisableSTDIOValueChangedCallback(); }); in TargetProperties()
3800 DisableSTDIOValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4361 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback() function in TargetProperties