Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp204 bool stderr_free = GetFileActionForFD(STDERR_FILENO) == nullptr; in SetUpPtyRedirection() local
205 bool any_free = stdin_free || stdout_free || stderr_free; in SetUpPtyRedirection()
229 if (stderr_free) in SetUpPtyRedirection()