summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-3/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-16/+12
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+3
* 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-301-8/+8
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-141-3/+17
* Fix "process load" on new android targetsPavel Labath2017-07-051-2/+6
* Rename Error -> Status.Zachary Turner2017-05-121-34/+34
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-1/+1
* UriParser cleanupPavel Labath2017-02-101-4/+1
* Use more chrono in AdbClientPavel Labath2016-11-241-5/+6
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-324/+279
* Add check for non-null log instance in PlatformAndroid.Oleksiy Vyalov2016-07-211-1/+1
* Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov2016-07-081-1/+25
* Fix ADB client disconnect issues.Oleksiy Vyalov2016-07-061-15/+33
* Add oat symbolization support for odex filesTamas Berghammer2016-07-061-2/+3
* Improve ADB utilization within Android platform.Oleksiy Vyalov2016-06-301-15/+15
* Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer2015-12-031-85/+8
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-0/+90
* Treat hostname in android URL as device id unless it matches "localhost".Oleksiy Vyalov2015-10-271-1/+1
* Set device_id to host value only in case of adb protocol.Oleksiy Vyalov2015-10-221-1/+2
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-2/+1
* Increase default memory cache line size for androidPavel Labath2015-10-201-0/+7
* Fix Android-SDK detection on API 10 deviceTamas Berghammer2015-10-011-11/+7
* Restrict the scope of a hack in DYLDRendezvousTamas Berghammer2015-10-011-0/+9
* Trim the output of mktem in PlatformAndroid::DownloadSymbolFileTamas Berghammer2015-10-011-1/+1
* Change oat symbolization code for android to work on non-rooted devicesTamas Berghammer2015-09-291-26/+9
* Download symbol file for .oat files on androidTamas Berghammer2015-08-121-0/+77
* Fetch SDK version from PlatformAndroidTamas Berghammer2015-08-121-1/+46
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-2/+2
* Fix PlatformAndroid::PutFile to support relative destination paths.Oleksiy Vyalov2015-06-021-7/+10
* Use FileSpec::IsRelativeToCurrentWorkingDirectory instead of llvm::sys::path:...Oleksiy Vyalov2015-05-291-8/+3
* Fix build - GetRemoteWorkingDirectory returns FileSpec instead of ConstString.Oleksiy Vyalov2015-05-291-1/+1
* Fix PlatformAndroid::GetFile - check for relative source path and concatenate...Oleksiy Vyalov2015-05-291-4/+12
* Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".Oleksiy Vyalov2015-05-281-5/+16
* Implement and use adb push for PlatformAndroid::PutFileRobert Flack2015-05-271-0/+15
* Use ADB pull to download modules from android target.Oleksiy Vyalov2015-05-181-0/+13
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-9/+18
OpenPOWER on IntegriCloud