[Lldb-commits] [PATCH] D112495: [lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 25 15:06:20 PDT 2021
mgorny created this revision.
mgorny added reviewers: labath, teemperor, krytarowski, emaste.
mgorny requested review of this revision.
Refactor ConnectionFileDescriptor to improve code reuse for different
types of sockets. Unify method naming.
While at it, remove some (now-)dead code from Socket.
https://reviews.llvm.org/D112495
Files:
lldb/include/lldb/Host/Socket.h
lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
lldb/source/Host/common/Socket.cpp
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112495.382136.patch
Type: text/x-patch
Size: 16287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211025/4d8ab5f1/attachment-0001.bin>
More information about the lldb-commits
mailing list