Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h112 bool GetDisableSTDIO() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp200 if (target->GetDisableSTDIO()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4317 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO() function in TargetProperties
4869 if (GetDisableSTDIO()) in DisableSTDIOValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3397 return target->GetDisableSTDIO(); in GetDefaultDisableStandardIO()