Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h235 void DisableSTDIOValueChangedCallback();
/external/llvm-project/lldb/source/Target/
DTarget.cpp3683 ePropertyDisableSTDIO, [this] { DisableSTDIOValueChangedCallback(); }); in TargetProperties()
3721 DisableSTDIOValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4283 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback() function in TargetProperties