[Lldb-commits] [PATCH] Fix multiple problems of lldb-mi blocking on input monitoring and needing a return.
Hafiz Abid Qadeer
abidh.haq at gmail.com
Tue Feb 10 05:31:05 PST 2015
Following changes are done in this revision.
1. Initialize values to the arguments of select inside loop as they can be changed by select call.
2. Assign values of m_waitForInput correctly.
3. Remove sepcial check for -gdb-exit. Above 2 are enough to make sure lldb-mi exits without needing an extra return.
4. Remove some changes from test file as suggested in review.
http://reviews.llvm.org/D7529
Files:
test/tools/lldb-mi/TestMiExit.py
tools/lldb-mi/MICmnStreamStdinLinux.cpp
tools/lldb-mi/MICmnStreamStdinLinux.h
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7529.19671.patch
Type: text/x-patch
Size: 3958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150210/cb6a6db9/attachment.bin>
More information about the lldb-commits
mailing list