summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
AgeCommit message (Expand)Author
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith
2025-10-09support attaching by name for platform android (#160931)Chad Smith
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 platform.plugin.remote-android.package-nameKazuki Sakamoto
2023-06-20[lldb][Android] Add PlatformAndroidTestKazuki Sakamoto
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-08-14[LLDB][MIPS] Fix process load/unload on android.Nitesh Jain
2017-07-05Fix "process load" on new android targetsPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-06Fix ADB client disconnect issues.Oleksiy Vyalov
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-27Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko
2015-10-20Increase default memory cache line size for androidPavel Labath
2015-10-01Restrict the scope of a hack in DYLDRendezvousTamas Berghammer
2015-08-12Download symbol file for .oat files on androidTamas Berghammer
2015-08-12Fetch SDK version from PlatformAndroidTamas Berghammer
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-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-12Create new platform: remote-androidTamas Berghammer