summaryrefslogtreecommitdiff
path: root/lldb/unittests/Host/SocketTest.cpp
AgeCommit message (Expand)Author
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-23[lldb] Fix warningsKazu Hirata
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath
2025-04-25Skip tests if socket name is longer than 107 bytes (#137405)Emre Kultursay
2025-04-25Fix connecting via abstract socket (#136466)Emre Kultursay
2024-12-05[lldb] Fix the SocketTest failure on unsupported hosts (#118673)John Harrison
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-11-27[lldb] Add timeout argument to Socket::Accept (#117691)Pavel Labath
2024-09-13[lldb] Add a MainLoop version of DomainSocket::Accept (#108188)Pavel Labath
2024-09-03[lldb] Add a callback version of TCPSocket::Accept (#106955)Pavel Labath
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-26[lldb] Make CommunicationTest compatible with windowsPavel Labath
2021-10-28[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated structMichał Górny
2021-10-26[lldb] [Host] Move port predicate-related logic to gdb-remoteMichał Górny
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-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
2021-09-23[lldb] Fix DomainSocket::GetSocketName for unnamed socketsPavel Labath
2021-05-14Bump googletest to 1.10.0Benjamin Kramer
2020-09-30[lldb/ipv6] Support running lldb tests in an ipv6-only environment.Jordan Rupprecht
2020-04-27[lldb/unittests] Skip IPv6 test on systems which don't have IPv6 configuredPavel Labath
2020-04-23[lldb/Host] Modernize some socket functionsPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-09-24[unittest] Skip the socket tests if we $TMPDIR is too long.Jonas Devlieghere
2019-06-27Add a sanity check to the domain socket tests.Adrian Prantl
2019-05-30Make ConnectionFileDescription work with all socketsAntonio Afonso
2019-05-28Fix IPv6 support on lldb-server platformAntonio Afonso
2019-05-18Revert "Fix IPv6 support on lldb-server platform"Alex Langford
2019-05-17Fix IPv6 support on lldb-server platformAlex Langford
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-02-12[lldb] [unittest] Avoid mixing '127.0.0.1' and 'localhost'Michal Gorny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18Fix the "dangerous use of tempnam" warning in Host/SocketTest.cppPavel Labath
2017-08-29[IPv6] Fix a bug in the IPv6 listen behaviorChris Bieneman
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-04-06Update unittests/Host/SocketTest.cpp to also use the newJason Molenda
2017-03-03[Windows] Remove the #include <eh.h> hack.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-03Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath
2016-05-03Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath