aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android
AgeCommit message (Expand)AuthorFilesLines
12 hours[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz2-2/+2
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith2-216/+93
2025-10-13[lldb] fix Android host build failure: use of undeclared identifier 'HostInfo...Chad Smith1-0/+1
2025-10-09support attaching by name for platform android (#160931)Chad Smith2-0/+254
2025-09-25[lldb] refactor PlatformAndroid and make threadsafe (attempt 2) (#159676)Chad Smith5-363/+355
2025-08-14Revert "[lldb] refactor PlatformAndroid and make threadsafe" (#153626)Leandro Lupori5-355/+363
2025-08-13[lldb] refactor PlatformAndroid and make threadsafe (#145382)Chad Smith5-363/+355
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-01-07Fixing FindUnusedPort method tcp_socket object creation with proper construct...Sad Al Abdullah1-1/+1
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere2-1/+2
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl2-6/+6
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl3-56/+80
2024-07-11[lldb] Fix string truncation method when substring is the prefix of string (N...Shivam Gupta1-1/+1
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-3/+3
2023-06-20[lldb][Android] Add platform.plugin.remote-android.package-nameKazuki Sakamoto4-6/+91
2023-06-20[lldb][Android] Add PlatformAndroidTestKazuki Sakamoto3-24/+52
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto1-15/+38
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-1/+1
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani2-6/+2
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani2-2/+6
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-5/+5
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata3-0/+3
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid2-4/+5
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song2-5/+4
2022-10-26[LLDB] Make remote-android local ports configurableLuka Markušić2-17/+38
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-8/+8
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-8/+8
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-8/+8
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-03-02[lldb] Explicitly declare the default constructor in PlatformAndroidRemoteGDB...Pavel Labath1-1/+1
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath2-3/+1
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath2-0/+2
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath2-8/+8
2022-01-10[lldb/platform-gdb] Clear cached protocol state upon disconnectionPavel Labath1-2/+5
2021-12-07Modify DataEncoder to be able to encode data in an object owned buffer.Greg Clayton1-6/+5
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath2-16/+7
2021-10-25[lldb] [Utility/UriParser] Return results as 'struct URI'Michał Górny2-18/+17
2021-10-22[lldb] [Utility/UriParser] Replace port==-1 with llvm::NoneMichał Górny2-8/+6
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-9/+5
2021-10-08[lldb] [ConnectionFileDescriptorPosix] Refactor scheme matchingMichał Górny1-2/+2
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath1-18/+14
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny1-2/+2
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere2-4/+4
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath2-7/+0
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-1/+1
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine2-2/+6
2020-05-29Do not list adb devices when a device id is givenEmre Kultursay1-14/+10