<table><tr><td style="">arrowdodger created this revision.<br />arrowdodger added a reviewer: KDevelop.<br />Restricted Application added a subscriber: kdevelop-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D8508" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This patch basically stubs out all stuff that doesn't compile right away.<br />
Most stuff is located in stty.cpp.</p>

<p>From what I've found, Windows does not have a mention of "tty", so <tt style="background: #ebebeb; font-size: 13px;">STTY::OutOutput</tt>/<tt style="background: #ebebeb; font-size: 13px;">STTY::ErrOutput</tt> can't possible fire. This, in turn, makes <tt style="background: #ebebeb; font-size: 13px;">MIDebugSession::inferiorTtyStdout</tt>/<tt style="background: #ebebeb; font-size: 13px;">MIDebugSession::inferiorTtyStderr</tt> not fire.<br />
In the end, KDevelop doesn't get any output from the debuggee.</p>

<p>If I understand it right, we need a way to fire <tt style="background: #ebebeb; font-size: 13px;">MIDebugSession::inferiorTtyStdout</tt> when getting<br />
output right in MI's console, but I haven't looked at it yet.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8508" rel="noreferrer">https://phabricator.kde.org/D8508</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/CMakeLists.txt<br />
plugins/debuggercommon/midebugger.cpp<br />
plugins/debuggercommon/midebugsession.cpp<br />
plugins/debuggercommon/stty.cpp<br />
plugins/lldb/controllers/framestackmodel.cpp<br />
plugins/lldb/debugsession.cpp</div></div></div><br /><div><strong>To: </strong>arrowdodger, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>