Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h112 bool GetDisableSTDIO() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp220 if (target->GetDisableSTDIO()) in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4223 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO() function in TargetProperties
4764 if (GetDisableSTDIO()) in DisableSTDIOValueChangedCallback()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3398 return target->GetDisableSTDIO(); in GetDefaultDisableStandardIO()