diff options
author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-02-10 17:10:39 +0000 |
---|---|---|
committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-02-10 17:10:39 +0000 |
commit | e73e82f2beb4d25c9007a0878ca131959ec1f1b2 (patch) | |
tree | 8d5c3c1141ffd6fdcbf07392e53035106763f9a5 /lldb/scripts/Python/modules | |
parent | 404d5b242de1d849bf048a40a702d2dd04abda10 (diff) | |
download | bcm5719-llvm-e73e82f2beb4d25c9007a0878ca131959ec1f1b2.tar.gz bcm5719-llvm-e73e82f2beb4d25c9007a0878ca131959ec1f1b2.zip |
Fix multiple problems of lldb-mi blocking on input monitoring and needing a return.
Summary:
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.
Reviewers: ki.stfu, emaste
Reviewed By: ki.stfu
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D7529
llvm-svn: 228709
Diffstat (limited to 'lldb/scripts/Python/modules')
0 files changed, 0 insertions, 0 deletions