summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
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
2025-01-07Fixing FindUnusedPort method tcp_socket object creation with proper construct...Sad Al Abdullah
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
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-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
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-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-08[lldb] [ConnectionFileDescriptorPosix] Refactor scheme matchingMichał Górny
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-05-20Use IPv4 for Android connectionsEmre Kultursay
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-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas 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
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman
2017-04-19Revert yesterdays IPv6 patchesPavel Labath
2017-04-18Update LLDB Host to support IPv6 over TCPChris Bieneman
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-10UriParser cleanupPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner
2016-11-17Convert UriParser to use StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-30Improve ADB utilization within Android platform.Oleksiy Vyalov
2016-03-22[LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer
2015-11-03Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov
2015-10-27Treat hostname in android URL as device id unless it matches "localhost".Oleksiy Vyalov
2015-10-22Set device_id to host value only in case of adb protocol.Oleksiy Vyalov
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov
2015-09-28Bind listener to 127.0.0.1 to make sure that loopback address is used.Oleksiy Vyalov
2015-09-01Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov
2015-08-20Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov
2015-05-01Support remote-android with multiple connected devices.Chaoren Lin