[all-commits] [llvm/llvm-project] e50f02: [lldb] [Host/ConnectionFileDescriptor] Refactor to...

Michał Górny via All-commits all-commits at lists.llvm.org
Thu Oct 28 10:24:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e50f02ba7ed846f944a369e6738174a5eabfbdcc
      https://github.com/llvm/llvm-project/commit/e50f02ba7ed846f944a369e6738174a5eabfbdcc
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
    M lldb/source/Host/common/Socket.cpp
    M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp

  Log Message:
  -----------
  [lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse

Refactor ConnectionFileDescriptor to improve code reuse for different
types of sockets.  Unify method naming.

While at it, remove some (now-)dead code from Socket.

Differential Revision: https://reviews.llvm.org/D112495




More information about the All-commits mailing list