summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android
AgeCommit message (Expand)Author
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith
2025-10-13[lldb] fix Android host build failure: use of undeclared identifier 'HostInfo...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
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-01-07Fixing FindUnusedPort method tcp_socket object creation with proper construct...Sad Al Abdullah
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-11[lldb] Fix string truncation method when substring is the prefix of string (N...Shivam Gupta
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-06-20[lldb][Android] Add platform.plugin.remote-android.package-nameKazuki Sakamoto
2023-06-20[lldb][Android] Add PlatformAndroidTestKazuki Sakamoto
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
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
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-10-26[LLDB] Make remote-android local ports configurableLuka Markušić
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-02[lldb] Explicitly declare the default constructor in PlatformAndroidRemoteGDB...Pavel Labath
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-10[lldb/platform-gdb] Clear cached protocol state upon disconnectionPavel Labath
2021-12-07Modify DataEncoder to be able to encode data in an object owned buffer.Greg Clayton
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-25[lldb] [Utility/UriParser] Return results as 'struct URI'Michał Górny
2021-10-22[lldb] [Utility/UriParser] Replace port==-1 with llvm::NoneMichał Górny
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-08[lldb] [ConnectionFileDescriptorPosix] Refactor scheme matchingMichał Górny
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-05-29Do not list adb devices when a device id is givenEmre Kultursay
2020-05-20Use IPv4 for Android connectionsEmre Kultursay