[Lldb-commits] [PATCH] D18335: Fix for missing prompt on Windows

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 21 15:19:17 PDT 2016


clayborg added a comment.

No, this fixed the problem of printing the "(lldb) " prompt first, then being asked to print async text, then not refreshing the prompt. Not to say there won't still be a race, but this particular problem is what we are fixing.


http://reviews.llvm.org/D18335





More information about the lldb-commits mailing list