[all-commits] [llvm/llvm-project] fee461: [lldb] [ConnectionFileDescriptorPosix] Combine m_r...

Michał Górny via All-commits all-commits at lists.llvm.org
Mon Oct 11 03:22:53 PDT 2021


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

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

  Log Message:
  -----------
  [lldb] [ConnectionFileDescriptorPosix] Combine m_read_sp & m_write_sp

Combine m_read_sp and m_write_sp into a single m_io_sp.  In all
currently existing code paths, they are pointing to the same object
anyway.

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


  Commit: 36195d7d80e37063ef7f1fbc6c1970e515bb502c
      https://github.com/llvm/llvm-project/commit/36195d7d80e37063ef7f1fbc6c1970e515bb502c
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M lldb/include/lldb/Target/DynamicRegisterInfo.h
    M lldb/source/Target/DynamicRegisterInfo.cpp

  Log Message:
  -----------
  [lldb] [DynamicRegisterInfo] Remove non-const GetRegisterInfoAtIndex()

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


Compare: https://github.com/llvm/llvm-project/compare/483db1c70686...36195d7d80e3


More information about the All-commits mailing list