Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h272 void DisableSTDIOValueChangedCallback();
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4192 ePropertyDisableSTDIO, [this] { DisableSTDIOValueChangedCallback(); }); in TargetProperties()
4233 DisableSTDIOValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4887 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback() function in TargetProperties