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.h274 void DisableSTDIOValueChangedCallback();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4180 ePropertyDisableSTDIO, [this] { DisableSTDIOValueChangedCallback(); }); in TargetProperties()
4221 DisableSTDIOValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4868 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback() function in TargetProperties