[Lldb-commits] [PATCH] Fix multiple problems of lldb-mi blocking on input monitoring and needing a return.
Ilia K
ki.stfu at gmail.com
Tue Feb 10 06:15:21 PST 2015
================
Comment at: tools/lldb-mi/MICmnStreamStdinLinux.cpp:191
@@ -173,6 +190,3 @@
}
-
-#endif // defined( __APPLE__ )
- vwbAvail = true;
- return MIstatus::success;
+ return MIstatus::failure;
}
----------------
ki.stfu wrote:
> Set vwbAwail to false before this return, ant return success here.
no. it is right.
http://reviews.llvm.org/D7529
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list