[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:27:29 PDT 2022
mgorny added a comment.
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?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131160/new/
https://reviews.llvm.org/D131160
More information about the lldb-commits
mailing list