summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
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
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
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] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
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-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
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-09-25[lldb] Convert misc. StringConvert usesMichał Górny
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-31Android is an environment and we were comparing the android tripleEric Christopher
2018-07-31Tidy up comment.Eric Christopher
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere
2018-05-14FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-08-14[LLDB][MIPS] Fix process load/unload on android.Nitesh Jain
2017-07-05Fix "process load" on new android targetsPavel Labath