This revision was automatically updated to reflect the committed changes.
labath marked an inline comment as done.
Closed by commit rL254200: [LLGS] Don't forward I/O when process is stopped
(authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D15019?vs=41241&id=41298#toc
Rep
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at:
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:1014
@@ +1013,3 @@
+
+Error error;
+m_stdio_handle_up = m_mainloop.R
labath created this revision.
labath added reviewers: tberghammer, ovyalov.
labath added a subscriber: lldb-commits.
This makes sure we do not attempt to send output over the gdb-remote protocol
when the client is
not expecting it (i.e., after sending the stop-reply packet). Normally, this
shoul