summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
AgeCommit message (Expand)Author
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-02Fix various warnings. NFCZachary Turner
2017-02-10UriParser cleanupPavel Labath
2016-11-24Use more chrono in AdbClientPavel Labath
2016-11-17Convert UriParser to use StringRef.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-21Add check for non-null log instance in PlatformAndroid.Oleksiy Vyalov
2016-07-08Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov
2016-07-06Fix ADB client disconnect issues.Oleksiy Vyalov
2016-07-06Add oat symbolization support for odex filesTamas Berghammer
2016-06-30Improve ADB utilization within Android platform.Oleksiy Vyalov
2015-12-03Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer
2015-12-02Fix "process load/unload" on androidTamas Berghammer
2015-10-27Treat hostname in android URL as device id unless it matches "localhost".Oleksiy Vyalov
2015-10-22Set device_id to host value only in case of adb protocol.Oleksiy Vyalov
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov
2015-10-20Increase default memory cache line size for androidPavel Labath
2015-10-01Fix Android-SDK detection on API 10 deviceTamas Berghammer
2015-10-01Restrict the scope of a hack in DYLDRendezvousTamas Berghammer
2015-10-01Trim the output of mktem in PlatformAndroid::DownloadSymbolFileTamas Berghammer
2015-09-29Change oat symbolization code for android to work on non-rooted devicesTamas Berghammer
2015-08-12Download symbol file for .oat files on androidTamas Berghammer
2015-08-12Fetch SDK version from PlatformAndroidTamas Berghammer
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin
2015-06-02Fix PlatformAndroid::PutFile to support relative destination paths.Oleksiy Vyalov
2015-05-29Use FileSpec::IsRelativeToCurrentWorkingDirectory instead of llvm::sys::path:...Oleksiy Vyalov
2015-05-29Fix build - GetRemoteWorkingDirectory returns FileSpec instead of ConstString.Oleksiy Vyalov
2015-05-29Fix PlatformAndroid::GetFile - check for relative source path and concatenate...Oleksiy Vyalov
2015-05-28Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".Oleksiy Vyalov
2015-05-27Implement and use adb push for PlatformAndroid::PutFileRobert Flack
2015-05-18Use ADB pull to download modules from android target.Oleksiy Vyalov
2015-05-01Support remote-android with multiple connected devices.Chaoren Lin
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-25Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov
2015-02-16Enable process launching on android from lldb-gdbserverTamas Berghammer
2015-02-12Add Initialize/Terminate method to Platform base pluginTamas Berghammer
2015-02-12Create new platform: remote-androidTamas Berghammer