Ensure that the ConnectionStatus and Status from
Communication::ReadThread() is correctly passed to ::Read() in order
to fix further discrepancies between ::Read() calls in non-threaded
and threaded modes.
Sponsored by: The FreeBSD Foundation
Paths
| Differential D132577
[lldb] [Core] Pass error/status from Communication::ReadThread() ClosedPublic Authored by mgorny on Aug 24 2022, 11:04 AM.
Details Summary Ensure that the ConnectionStatus and Status from Sponsored by: The FreeBSD Foundation
Diff Detail
Event Timelinemgorny added a child revision: D132283: [lldb] [Core] Reimplement Communication::ReadThread using MainLoop.
This revision is now accepted and ready to land.Aug 31 2022, 6:45 AM Closed by commit rG39e0a87c26e0: [lldb] [Core] Pass error/status from Communication::ReadThread() (authored by mgorny). · Explain WhySep 1 2022, 5:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 457233 lldb/include/lldb/Core/Communication.h
lldb/source/Core/Communication.cpp
lldb/unittests/Core/CommunicationTest.cpp
|
I guess these two are not used anymore.