[Lldb-commits] [PATCH] D132283: [lldb] [Core] Reimplement Communication::ReadThread using MainLoop
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 26 06:52:17 PDT 2022
labath added inline comments.
================
Comment at: lldb/source/Core/Communication.cpp:427
// Notify the read thread.
- m_connection_sp->InterruptRead();
----------------
Have you considered putting this code (some version of it) inside `InterruptRead`? Basically replacing the `select` call inside BytesAvailable with something MainLoop-based ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132283/new/
https://reviews.llvm.org/D132283
More information about the lldb-commits
mailing list