Home
last modified time | relevance | path

Searched refs:GetDisableSTDIO (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h102 bool GetDisableSTDIO() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp196 if (target->GetDisableSTDIO()) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3759 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO() function in TargetProperties
4173 if (this_->GetDisableSTDIO()) in DisableSTDIOValueChangedCallback()