summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android
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
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-3/+3
* [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
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-31/+23
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-115-11/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+3
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Android is an environment and we were comparing the android tripleEric Christopher2018-07-311-3/+3
* Tidy up comment.Eric Christopher2018-07-311-2/+2
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-4/+2
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-1/+1
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-3/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-17/+16
* Increase AdbClient read timeoutPavel Labath2017-10-311-1/+1
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-142-4/+19
* Fix "process load" on new android targetsPavel Labath2017-07-052-3/+7
* Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel...Pavel Labath2017-05-161-1/+1
* Rename Error -> Status.Zachary Turner2017-05-126-201/+206
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-1/+1
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-1/+1
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-1/+1
* 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 Log from Core -> Utility.Zachary Turner2017-03-032-2/+2
* Fix various warnings. NFCZachary Turner2017-03-021-1/+1
* UriParser cleanupPavel Labath2017-02-102-5/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-023-3/+3
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+9
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-5/+4
* Use more chrono in AdbClientPavel Labath2016-11-243-11/+13
* Use chrono in AdbClientPavel Labath2016-11-242-29/+19
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-172-6/+7
* Convert UriParser to use StringRef.Zachary Turner2016-11-175-12/+12
* 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-022-2/+2
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-2/+6
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-066-1264/+1064
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
OpenPOWER on IntegriCloud