[Lldb-commits] [PATCH] D48463: Prevent dead locking when calling PrintAsync

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 27 11:03:59 PDT 2018


teemperor updated this revision to Diff 153129.
teemperor edited the summary of this revision.
teemperor added a comment.

- Fixed that we only pass a nullptr as a debugger to the real editline object (which now fixes the deadlock in the code completion patch).


https://reviews.llvm.org/D48463

Files:
  include/lldb/Core/Debugger.h
  include/lldb/Host/Editline.h
  source/Core/Debugger.cpp
  source/Core/IOHandler.cpp
  source/Host/common/Editline.cpp
  unittests/Editline/EditlineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48463.153129.patch
Type: text/x-patch
Size: 12972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180627/cfc4b649/attachment.bin>


More information about the lldb-commits mailing list