[Lldb-commits] [PATCH] D43698: Plug errno in TCPSocket::Connect()
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 23 15:11:00 PST 2018
krytarowski added a comment.
This just helps debugging connectivity issues in other unrelated code-parts (I'm debugging why `select`(2) / `recv`(2) don't receive a packet of type `qHostInfo`).
Floating errno is annoying.
`TCPSocket::Connect()` has no bugs at least I'm not aware of them.
Repository:
rL LLVM
https://reviews.llvm.org/D43698
More information about the lldb-commits
mailing list