summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/AdbClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere2019-11-131-1/+1
* [Platform/Android] Read the adb server from an env variable if setNathan Lanza2019-08-271-1/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+0
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Increase AdbClient read timeoutPavel Labath2017-10-311-1/+1
* Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel...Pavel Labath2017-05-161-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-92/+95
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath2017-03-211-5/+10
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-4/+4
* 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
OpenPOWER on IntegriCloud