[Lldb-commits] [PATCH] D72748: [lldb/IOHandler] Change the way we manage IO handler

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 15 13:38:22 PST 2020


JDevlieghere updated this revision to Diff 238358.
JDevlieghere added a comment.

Synchronize between `RunIOHandler` and `ExecuteIOHandlers` using a mutex. When running an IO handler synchronously, block `ExecuteIOHandlers` until we're finished.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72748/new/

https://reviews.llvm.org/D72748

Files:
  lldb/include/lldb/Core/Debugger.h
  lldb/source/Core/Debugger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72748.238358.patch
Type: text/x-patch
Size: 3437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200115/6bd1c845/attachment.bin>


More information about the lldb-commits mailing list