summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/UDPSocket.cpp
AgeCommit message (Expand)Author
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-09-13[lldb] Add a MainLoop version of DomainSocket::Accept (#108188)Pavel Labath
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
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-28[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated structMichał Górny
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-09-24[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM APIMichał Górny
2021-09-24Revert "[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API"Michał Górny
2021-09-24[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM APIMichał Górny
2020-04-23[lldb/Host] Modernize some socket functionsPavel Labath
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-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-09-23[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-30Make ConnectionFileDescription work with all socketsAntonio Afonso
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-05-05Fix UDP Socket connectionsChris Bieneman
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman
2017-04-19Revert yesterdays IPv6 patchesPavel Labath
2017-04-18Fixing error on Android build (-Werror)Chris Bieneman
2017-04-18Update LLDB Host to support IPv6 over TCPChris Bieneman
2017-04-06Change how UDP sockets are set up -- use the same one socket forJason Molenda
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-02We try to avoid static objects. These are on the error path for unsupported ...Jim Ingham
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov