This is an archive of the discontinued LLVM Phabricator instance.

Fix adb forward in gdbremote_testcase to support multiple devices.
ClosedPublic

Authored by chaoren on May 6 2015, 4:58 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 25109.May 6 2015, 4:58 PM
chaoren retitled this revision from to Fix adb forward in gdbremote_testcase to support multiple devices..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: chying, ovyalov, tberghammer.
chaoren added a subscriber: Unknown Object (MLST).
ovyalov accepted this revision.May 6 2015, 6:45 PM
ovyalov edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 6 2015, 6:45 PM
This revision was automatically updated to reflect the committed changes.
chying edited edge metadata.May 7 2015, 3:21 PM

There's a call to function forward_adb_port in test/tools/lldb-server/commandline/TestStubReverseConnect.py, since you added one more argument, I think you should change it from there as well, or make the new argument optional.

There's a call to function forward_adb_port in test/tools/lldb-server/commandline/TestStubReverseConnect.py, since you added one more argument, I think you should change it from there as well, or make the new argument optional.

Done.