summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
Commit message (Expand)AuthorAgeFilesLines
* [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-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-141-1/+2
* Fix "process load" on new android targetsPavel Labath2017-07-051-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-11/+11
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-89/+63
* Fix ADB client disconnect issues.Oleksiy Vyalov2016-07-061-1/+2
* Improve ADB utilization within Android platform.Oleksiy Vyalov2016-06-301-0/+5
* Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer2015-12-031-8/+3
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-0/+8
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-7/+5
* Increase default memory cache line size for androidPavel Labath2015-10-201-0/+3
* Restrict the scope of a hack in DYLDRendezvousTamas Berghammer2015-10-011-1/+4
* Download symbol file for .oat files on androidTamas Berghammer2015-08-121-0/+4
* Fetch SDK version from PlatformAndroidTamas Berghammer2015-08-121-0/+8
* Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".Oleksiy Vyalov2015-05-281-3/+7
* Implement and use adb push for PlatformAndroid::PutFileRobert Flack2015-05-271-1/+7
* Use ADB pull to download modules from android target.Oleksiy Vyalov2015-05-181-0/+6
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-6/+9
* Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov2015-03-251-0/+8
* Enable process launching on android from lldb-gdbserverTamas Berghammer2015-02-161-4/+4
* Create new platform: remote-androidTamas Berghammer2015-02-121-0/+68
OpenPOWER on IntegriCloud