summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
AgeCommit message (Expand)Author
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-10-26[LLDB] Make remote-android local ports configurableLuka Markušić
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
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.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-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
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-27Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.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
2015-04-07Delete port forwarding if ConnectRemote fails.Oleksiy Vyalov
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-02-12Create new platform: remote-androidTamas Berghammer