Home
last modified time | relevance | path

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

/freebsd-14.2/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()
2937 } else if (m_stdin_forward) { in PutSTDIN()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp443 m_stdin_forward(false), m_stdout_data(), m_stderr_data(), in Process()
3351 m_stdin_forward = false; in DestroyImpl()
3423 m_stdin_forward = false; in ShouldBroadcastEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3058 bool m_stdin_forward; /// Remember if stdin must be forwarded to remote debug variable