summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/TCPSocket.cpp
AgeCommit message (Expand)Author
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath
2025-05-20[lldb] Extend information for failed connection for gdb server (#139916)ita-sc
2024-12-04[lldb] Correct an issue when using Socket to listen on `localhost:0` on ipv4 ...John Harrison
2024-12-03[lldb] For a host socket, add a method to print the listening address. (#118330)John Harrison
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-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-09-04[lldb][NFC] Move few static helpers to the class Socket (#106640)Dmitry Vasilyev
2024-09-03[lldb] Add a callback version of TCPSocket::Accept (#106955)Pavel Labath
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-06-06[lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)Jonas Devlieghere
2022-08-30[lldb] Use the NativeSock type instead of plain 'int'Martin Storsjö
2022-08-11[LLDB][NFC] Fix the style issue in TCPSocketSlava Gurevich
2022-08-06[LLDB][NFC] Reliability fixes to TCPSocket codeSlava Gurevich
2022-06-14[lldb] Fix TCPSocket::Connect when getaddrinfo returns multiple addrsPavel 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
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-08-13[lldb][NFC] Fix indentation in TCPSocket::CloseListenSocketsRaphael Isemann
2020-04-27Fix up a clang-tidy nit about using empty rather than size == 0.Eric Christopher
2020-04-27[lldb] Fix windows build break from 18e96a31Pavel Labath
2020-04-27[lldb/unittests] Skip IPv6 test on systems which don't have IPv6 configuredPavel 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-11-12[lldb] Fix more -Wdeprecated-copy warningsPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-01Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3Alexandre Ganea
2019-05-30Make ConnectionFileDescription work with all socketsAntonio Afonso
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-08-29[IPv6] Fix a bug in the IPv6 listen behaviorChris Bieneman
2017-07-18Clean up lldb-types.hPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-28Resurrect the standalone build of LLDBKamil Rytarowski
2017-04-27TCPSocket: add back support for "*" addressPavel Labath
2017-04-27One more try at the whole compiling thing...Chris Bieneman
2017-04-27One more attempt to fix the broken bots.Chris Bieneman
2017-04-27Fix Windows bots broken by r301492Chris Bieneman
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
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov