[Lldb-commits] [PATCH] D18335: Fix for missing prompt on Windows
Ted Woodward via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 21 15:55:10 PDT 2016
ted added a comment.
Without the patch I'm seeing the original prompt printed after the command, in a line like this:
(lldb) Process 1 stopped
and no prompt after the async output from the stop.
With the patch I see the above prompt, and a prompt after the async output. I think with the patch is better, but we do need to remove the original prompt.
There's a Windows EditLine implementation at http://mingweditline.sourceforge.net/ that builds with VS2010; it might work with 2013/2015.
http://reviews.llvm.org/D18335
More information about the lldb-commits
mailing list