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.h3119 bool m_stdin_forward; /// Remember if stdin must be forwarded to remote debug variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp471 m_stdin_forward(false), m_stdout_data(), m_stderr_data(), in Process()
3538 m_stdin_forward = false; in DestroyImpl()
3610 m_stdin_forward = false; in ShouldBroadcastEvent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp664 m_stdin_forward = false; in DoLaunch()
666 m_stdin_forward = true; in DoLaunch()
2958 } else if (m_stdin_forward) { in PutSTDIN()