This is an archive of the discontinued LLVM Phabricator instance.

Forward adb port for reverse connect test cases
ClosedPublic

Authored by tberghammer on Mar 13 2015, 6:37 AM.

Details

Summary

Forward adb port for reverse connect test cases

The test cases in TestStubReverseConnect are using a socket connection from python to lldb-server running on a remote target. To enable the socket connection an adb port forwarding have to be set up when the remote target is android.

Diff Detail

Event Timeline

tberghammer retitled this revision from to Forward adb port for reverse connect test cases.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: labath.
tberghammer added a subscriber: Unknown Object (MLST).
labath accepted this revision.Mar 13 2015, 7:03 AM
labath edited edge metadata.

lgtm

This revision is now accepted and ready to land.Mar 13 2015, 7:03 AM
This revision was automatically updated to reflect the committed changes.