summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/AdbClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-031-2/+12
* Revert r251578. I was in the middle of editing the commit messageJason Molenda2015-10-281-1/+1
* Initialize data_len to 0 in source/Plugins/Platform/Android/AdbClient.cppJason Molenda2015-10-281-1/+1
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-0/+13
* Change oat symbolization code for android to work on non-rooted devicesTamas Berghammer2015-09-291-0/+51
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-011-4/+4
* Fix error handling in AdbClient - PushFile and PullFile.Oleksiy Vyalov2015-06-051-10/+79
* Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".Oleksiy Vyalov2015-05-281-23/+32
* Implement and use adb push for PlatformAndroid::PutFileRobert Flack2015-05-271-1/+48
* Use ADB pull to download modules from android target.Oleksiy Vyalov2015-05-181-32/+181
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-11/+12
* Remove 'z' modifier from printf/sscanf operations in AdbClient - the modifie...Oleksiy Vyalov2015-04-101-5/+5
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
* Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov2015-03-251-1/+33
* Move ADB communications to AdbClient class - to make it accessible by other c...Oleksiy Vyalov2015-03-231-0/+187
OpenPOWER on IntegriCloud