[Lldb-commits] [PATCH] D131160: [WIP][lldb] Add "event" capability to the MainLoop class
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 16 10:41:26 PDT 2022
mgorny added a comment.
In D131160#3726642 <https://reviews.llvm.org/D131160#3726642>, @mgorny wrote:
> Ok, I've just realized that the pipe writing solution isn't going to work when the notification happens from the same thread (as the unittest does right now). @labath, do you happen to have an idea how to solve that reasonably cleanly?
Ah, nevermind, for some reason I thought pipe writes are going to block until read happens. Perhaps we don't need to worry about that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131160/new/
https://reviews.llvm.org/D131160
More information about the lldb-commits
mailing list