[Lldb-commits] [PATCH] D152855: [lldb][Android] Add PlatformAndroidTest

Kazuki Sakamoto via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 13 15:06:09 PDT 2023


splhack created this revision.
Herald added a subscriber: danielkiss.
Herald added a project: All.
splhack added reviewers: clayborg, labath, lanza, srhines.
splhack edited the summary of this revision.
splhack updated this revision to Diff 531075.
splhack added a comment.
splhack updated this revision to Diff 531082.
splhack published this revision for review.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

update depends


splhack added a comment.

.


splhack added a comment.

(not sure why build status got merge conflict, probably landing D152494 <https://reviews.llvm.org/D152494> may resolve)


To test

- D152494 <https://reviews.llvm.org/D152494> [lldb][Android] Fix adb shell cat
- D152759 <https://reviews.llvm.org/D152759> [lldb][Android] Support zip .so file

introduce PlatformAndroidTest with the capability of mocking adb client.

Depends on D152494 <https://reviews.llvm.org/D152494> and D152712 <https://reviews.llvm.org/D152712> and D152757 <https://reviews.llvm.org/D152757> and D152759 <https://reviews.llvm.org/D152759>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152855

Files:
  lldb/source/Plugins/Platform/Android/AdbClient.h
  lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  lldb/source/Plugins/Platform/Android/PlatformAndroid.h
  lldb/unittests/Platform/Android/CMakeLists.txt
  lldb/unittests/Platform/Android/PlatformAndroidTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152855.531082.patch
Type: text/x-patch
Size: 14408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230613/f9d7dfee/attachment-0001.bin>


More information about the lldb-commits mailing list