This is an archive of the discontinued LLVM Phabricator instance.

Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull"
ClosedPublic

Authored by ovyalov on May 27 2015, 8:10 PM.

Details

Summary

Refactor AdbClient - use symmetric interface for PullFile and PushFile.
Make PlatformAndroid::GetFile to delegate to AdbClient::PullFile.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 26659.May 27 2015, 8:10 PM
ovyalov retitled this revision from to Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
ovyalov updated this object.
ovyalov edited the test plan for this revision. (Show Details)
ovyalov added reviewers: tberghammer, chaoren.
ovyalov added a subscriber: Unknown Object (MLST).
tberghammer accepted this revision.May 28 2015, 2:39 AM
tberghammer edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 28 2015, 2:39 AM
ovyalov closed this revision.May 28 2015, 10:47 AM

AFFECTED FILES

/lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
/lldb/trunk/source/Plugins/Platform/Android/AdbClient.h
/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.h

USERS

ovyalov (Author)

http://reviews.llvm.org/rL238442