Chaoren Lin
3ea689b313
Support remote-android with multiple connected devices.
...
Summary:
This change introduces a new URL scheme for `platform connect`:
```
adb://device-id:port
```
Reviewers: vharron, tberghammer, clayborg, ovyalov
Reviewed By: ovyalov
Subscribers: tberghammer, lldb-commits
Differential Revision: http://reviews.llvm.org/D9358
llvm-svn: 236321
2015-05-01 16:49:28 +00:00
Oleksiy Vyalov
1c1d76b379
Delete port forwarding if ConnectRemote fails.
...
http://reviews.llvm.org/D8826
llvm-svn: 234332
2015-04-07 17:23:15 +00:00
Oleksiy Vyalov
f9da94832f
Fix ForwardPortWithAdb - update device_id variable if Android device has been found.
...
llvm-svn: 233780
2015-04-01 02:30:17 +00:00
Tamas Berghammer
db264a6d09
Move several plugin to its own namespace
...
Affected paths:
* Plugins/Platform/Android/*
* Plugins/Platform/Linux/*
* Plugins/Platform/gdb-server/*
* Plugins/Process/Linux/*
* Plugins/Process/gdb-remote/*
Differential revision: http://reviews.llvm.org/D8654
llvm-svn: 233679
2015-03-31 09:52:22 +00:00
Oleksiy Vyalov
6f001068d3
Use Android device serial number instead of hostname as a target identifier within module cache.
...
http://reviews.llvm.org/D8597
llvm-svn: 233202
2015-03-25 17:58:13 +00:00
Oleksiy Vyalov
e4e481fbc9
Fix format compilation warning in PlatformAndroidRemoteGDBServer.cpp.
...
llvm-svn: 233041
2015-03-23 23:39:58 +00:00
Oleksiy Vyalov
05a55de3ba
Move ADB communications to AdbClient class - to make it accessible by other components.
...
http://reviews.llvm.org/D8535
llvm-svn: 233021
2015-03-23 21:03:02 +00:00
Tamas Berghammer
00e305d281
Create new platform: remote-android
...
* Create new platform plugin for lldb
* Create HostInfo class for android
* Create ProcessLauncher for android
Differential Revision: http://reviews.llvm.org/D7584
llvm-svn: 228943
2015-02-12 18:13:44 +00:00