Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3194 bool m_stdin_forward; /// Remember if stdin must be forwarded to remote debug variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp442 m_stdin_forward(false), m_stdout_data(), m_stderr_data(), in Process()
3553 m_stdin_forward = false; in DestroyImpl()
3625 m_stdin_forward = false; in ShouldBroadcastEvent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp674 m_stdin_forward = false; in DoLaunch()
676 m_stdin_forward = true; in DoLaunch()
3072 } else if (m_stdin_forward) { in PutSTDIN()