This is an archive of the discontinued LLVM Phabricator instance.

Provide ADB port forwarding support for abstract sockets
ClosedPublic

Authored by ovyalov on Nov 2 2015, 3:13 PM.

Details

Summary

Provide ADB port forwarding support for abstract sockets.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 38990.Nov 2 2015, 3:13 PM
ovyalov retitled this revision from to Provide ADB port forwarding support for abstract sockets.
ovyalov updated this object.
ovyalov added reviewers: clayborg, tberghammer.
ovyalov added a subscriber: lldb-commits.
tberghammer accepted this revision.Nov 2 2015, 4:34 PM
tberghammer edited edge metadata.

LGTM

source/Host/posix/ConnectionFileDescriptorPosix.cpp
182

(nit): Please initialize

This revision is now accepted and ready to land.Nov 2 2015, 4:34 PM
clayborg accepted this revision.Nov 2 2015, 5:05 PM
clayborg edited edge metadata.
ovyalov closed this revision.Nov 2 2015, 5:40 PM

Files:

/lldb/trunk/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
/lldb/trunk/source/Host/posix/ConnectionFileDescriptorPosix.cpp
/lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
/lldb/trunk/source/Plugins/Platform/Android/AdbClient.h
/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h

Users:

ovyalov (Author)

http://reviews.llvm.org/rL251879