Home
last modified time | relevance | path

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

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