[Lldb-commits] [PATCH] D111964: [lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 22 13:27:12 PDT 2021


mgorny updated this revision to Diff 381645.
mgorny retitled this revision from "[lldb] [lldb-server] Allow any protocol supported by lldb" to "[lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor".
mgorny edited the summary of this revision.
mgorny added a comment.

Turned it into an überpatch upgrading CFD and refactoring lldb-server to reduce duplication of code.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111964/new/

https://reviews.llvm.org/D111964

Files:
  lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  lldb/test/API/tools/lldb-server/TestPtyServer.py
  lldb/tools/lldb-server/lldb-gdbserver.cpp
  lldb/unittests/Host/ConnectionFileDescriptorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111964.381645.patch
Type: text/x-patch
Size: 31577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211022/85222240/attachment-0001.bin>


More information about the lldb-commits mailing list