Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h262 void DisableSTDIOValueChangedCallback();
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3980 ePropertyDisableSTDIO, [this] { DisableSTDIOValueChangedCallback(); }); in TargetProperties()
4022 DisableSTDIOValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4660 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback() function in TargetProperties