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

Michał Górny via All-commits all-commits at lists.llvm.org
Wed Oct 27 03:46:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1acadb61dfc0810656219c6314019d5132f2c61
      https://github.com/llvm/llvm-project/commit/e1acadb61dfc0810656219c6314019d5132f2c61
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-10-27 (Wed, 27 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