summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/AdbClient.h
AgeCommit message (Expand)Author
2025-09-25[lldb] refactor PlatformAndroid and make threadsafe (attempt 2) (#159676)Chad Smith
2025-08-14Revert "[lldb] refactor PlatformAndroid and make threadsafe" (#153626)Leandro Lupori
2025-08-13[lldb] refactor PlatformAndroid and make threadsafe (#145382)Chad Smith
2023-06-20[lldb][Android] Add PlatformAndroidTestKazuki Sakamoto
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-24Use more chrono in AdbClientPavel Labath
2016-11-24Use chrono in AdbClientPavel Labath
2016-11-17Convert UriParser to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
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-06-30Improve ADB utilization within Android platform.Oleksiy Vyalov
2015-11-03Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov
2015-09-29Change oat symbolization code for android to work on non-rooted devicesTamas Berghammer
2015-09-01Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov
2015-06-05Fix error handling in AdbClient - PushFile and PullFile.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-03-23Move ADB communications to AdbClient class - to make it accessible by other c...Oleksiy Vyalov