Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h112 bool GetDisableSTDIO() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp219 if (target->GetDisableSTDIO()) in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4126 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO() function in TargetProperties
4661 if (GetDisableSTDIO()) in DisableSTDIOValueChangedCallback()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3396 return target->GetDisableSTDIO(); in GetDefaultDisableStandardIO()