[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 10:39:53 PDT 2018


teemperor updated this revision to Diff 153126.
teemperor added a comment.

- We now also handle the case where a guarded mutex is manually unlocked from a nested call.
- Refactoring based on review comments.


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.153126.patch
Type: text/x-patch
Size: 12968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180627/bf9c4ed2/attachment-0001.bin>


More information about the lldb-commits mailing list