[Lldb-commits] [lldb] [lldb] Ensure MainLoop only triggers once on EOF with kqueue. (PR #179513)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 3 14:46:34 PST 2026
ashgti wrote:
I don't think this can be addressed at the MainLoop level, we don't know enough information to determine if we've reached the EOF because there is no more data (e.g. a socket or pipe that has consumed all the current data but is NOT closed) vs reached the EOF of a file.
Instead, I am addressing the underlying issue in the JSONTransport layer in #179564
https://github.com/llvm/llvm-project/pull/179513
More information about the lldb-commits
mailing list