summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/AdbClient.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename Error -> Status.Zachary Turner2017-05-121-43/+44
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Use more chrono in AdbClientPavel Labath2016-11-241-2/+3
* Use chrono in AdbClientPavel Labath2016-11-241-11/+4
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-94/+64
* Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov2016-07-081-1/+7
* Fix ADB client disconnect issues.Oleksiy Vyalov2016-07-061-2/+17
* Improve ADB utilization within Android platform.Oleksiy Vyalov2016-06-301-23/+46
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-031-1/+9
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-0/+3
* Change oat symbolization code for android to work on non-rooted devicesTamas Berghammer2015-09-291-0/+6
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-011-2/+2
* Fix error handling in AdbClient - PushFile and PullFile.Oleksiy Vyalov2015-06-051-0/+3
* Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".Oleksiy Vyalov2015-05-281-2/+8
* Implement and use adb push for PlatformAndroid::PutFileRobert Flack2015-05-271-0/+3
* Use ADB pull to download modules from android target.Oleksiy Vyalov2015-05-181-3/+28
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+2
* Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov2015-03-251-2/+9
* Move ADB communications to AdbClient class - to make it accessible by other c...Oleksiy Vyalov2015-03-231-0/+69
OpenPOWER on IntegriCloud