Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h293 void DisableSTDIOValueChangedCallback();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4357 ePropertyDisableSTDIO, [this] { DisableSTDIOValueChangedCallback(); }); in TargetProperties()
4398 DisableSTDIOValueChangedCallback(); in UpdateLaunchInfoFromProperties()
5106 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback() function in TargetProperties