Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h105 bool GetDisableSTDIO() const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp193 if (target->GetDisableSTDIO()) in DoExecute()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3825 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO() function in TargetProperties
4284 if (GetDisableSTDIO()) in DisableSTDIOValueChangedCallback()