Fix for missing prompt on Windows
authorTed Woodward <ted.woodward@codeaurora.org>
Thu, 24 Mar 2016 20:35:03 +0000 (20:35 +0000)
committerTed Woodward <ted.woodward@codeaurora.org>
Thu, 24 Mar 2016 20:35:03 +0000 (20:35 +0000)
commitfab31220fe6aa53a0927c09b30a8ddf0fbcc1c9f
treef2376d923a4027811edd73ccaceb548d464eb651
parent01598de3ecf79176f7ae34dc0aa94d89fe570443
Fix for missing prompt on Windows

Summary: On Windows (and possibly other hosts with LLDB_DISABLE_LIBEDIT defined), the (lldb) prompt won't print after async output, like from a breakpoint hit or a step. This patch forces the prompt to be printed out after async output.

Reviewers: zturner, clayborg

Subscribers: amccarth, lldb-commits

Differential Revision: http://reviews.llvm.org/D18335

llvm-svn: 264332
lldb/source/Core/IOHandler.cpp