summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/AdbClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-5/+4
* Use more chrono in AdbClientPavel Labath2016-11-241-4/+4
* Use chrono in AdbClientPavel Labath2016-11-241-18/+15
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-4/+4
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-2/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-528/+467
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov2016-07-081-12/+54
* Respect ANDROID_SERIAL environment variable used by ADBLuke Drummond2016-07-071-6/+12
* Fix ADB client disconnect issues.Oleksiy Vyalov2016-07-061-7/+54
* Fix for Windows builds.Adrian McCarthy2016-06-301-0/+6
* Improve ADB utilization within Android platform.Oleksiy Vyalov2016-06-301-150/+174
* Bump up adb timeout morePavel Labath2016-05-161-1/+1
* Bump up timeout in AdbClientPavel Labath2016-05-051-1/+1
* Fix EOF handling in AdbClient (take 2)Pavel Labath2016-05-051-5/+16
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-031-11/+13
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-031-13/+11
* 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