[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 02:42:53 PST 2015


Hi emaste, ki.stfu,

One of the problem is reported here.
http://llvm.org/bugs/show_bug.cgi?id=22411

A fix was committed for this problem that works only for OSX. This revision
extends that fix to other system. The select system call has some limitation with
multi-threaded application which have been addresses here.

LLDB-mi exits if quit command is given but needs an extra retur if -gdb-exit is
given. That issue has also been addressed.

http://reviews.llvm.org/D7529

Files:
  test/tools/lldb-mi/TestMiExit.py
  tools/lldb-mi/MICmnStreamStdinLinux.cpp
  tools/lldb-mi/MICmnStreamStdinLinux.h
  tools/lldb-mi/MIDriver.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7529.19655.patch
Type: text/x-patch
Size: 4748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150210/fc9d476a/attachment.bin>


More information about the lldb-commits mailing list