[all-commits] [llvm/llvm-project] 49f55b: [lldb][Android] Add PlatformAndroidTest

Kazuki Sakamoto via All-commits all-commits at lists.llvm.org
Tue Jun 20 16:16:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49f55b025d81823fa7e2b287c8930a8304483e5a
      https://github.com/llvm/llvm-project/commit/49f55b025d81823fa7e2b287c8930a8304483e5a
  Author: Kazuki Sakamoto <sakamoto at splhack.org>
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
    M lldb/source/Plugins/Platform/Android/AdbClient.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.h
    M lldb/unittests/Platform/Android/CMakeLists.txt
    A lldb/unittests/Platform/Android/PlatformAndroidTest.cpp

  Log Message:
  -----------
  [lldb][Android] Add PlatformAndroidTest

To test D152759 [lldb][Android] Support zip .so file

introduce PlatformAndroidTest with the capability of mocking adb client.

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




More information about the All-commits mailing list