[all-commits] [llvm/llvm-project] d75cc0: [lldb] Remove PlatformRemoteMacOSX::GetFileWithUUI...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon May 2 17:34:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d75cc0859391e90a79bb0de6300d5d69db015421
      https://github.com/llvm/llvm-project/commit/d75cc0859391e90a79bb0de6300d5d69db015421
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h

  Log Message:
  -----------
  [lldb] Remove PlatformRemoteMacOSX::GetFileWithUUID overload (NFC)

There's no reason PlatformRemoteMacOSX has to override GetFileWithUUID.


  Commit: d0067738e0cf764a92e1cc5ee0c8b2af8659bada
      https://github.com/llvm/llvm-project/commit/d0067738e0cf764a92e1cc5ee0c8b2af8659bada
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h

  Log Message:
  -----------
  [lldb] Remove unused PlatformRemoteDarwinDevice::FindFileInAllSDKs

As far as I can tell this function is unused both upstream and
downstream.


  Commit: 41c0ff1e740bc0962104a2619b908f8c24e28741
      https://github.com/llvm/llvm-project/commit/41c0ff1e740bc0962104a2619b908f8c24e28741
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
    A lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.cpp
    A lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h

  Log Message:
  -----------
  [lldb] Hoist device support out of PlatformRemoteDarwinDevice (NFC)

Refactoring in preparation of D124801.

Differential revision: https://reviews.llvm.org/D124799


  Commit: 322b4130415ac51ba48c993dfebc9c0b38d5bc32
      https://github.com/llvm/llvm-project/commit/322b4130415ac51ba48c993dfebc9c0b38d5bc32
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h

  Log Message:
  -----------
  [lldb] Move GetSharedModuleWithLocalCache to PlatformDarwinDevice (NFC)

Refactoring in preparation of D124801.

Differential revision: https://reviews.llvm.org/D124800


Compare: https://github.com/llvm/llvm-project/compare/32eb7b863e49...322b4130415a


More information about the All-commits mailing list