Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2887 bool m_stdin_forward; /// Remember if stdin must be forwarded to remote debug variable
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp432 m_stdin_forward(false), m_stdout_data(), m_stderr_data(), in Process()
3294 m_stdin_forward = false; in DestroyImpl()
3363 m_stdin_forward = false; in ShouldBroadcastEvent()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp761 m_stdin_forward = false; in DoLaunch()
763 m_stdin_forward = true; in DoLaunch()
2919 } else if (m_stdin_forward) { in PutSTDIN()