aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Host/SocketTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-3/+1
2025-06-23[lldb] Fix warningsKazu Hirata1-2/+2
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath1-0/+35
2025-04-25Skip tests if socket name is longer than 107 bytes (#137405)Emre Kultursay1-0/+8
2025-04-25Fix connecting via abstract socket (#136466)Emre Kultursay1-0/+44
2024-12-05[lldb] Fix the SocketTest failure on unsupported hosts (#118673)John Harrison1-1/+1
2024-12-04[lldb] Correct an issue when using Socket to listen on `localhost:0` on ipv4 ...John Harrison1-12/+31
2024-12-03[lldb] For a host socket, add a method to print the listening address. (#118330)John Harrison1-1/+40
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath1-9/+6
2024-11-27[lldb] Add timeout argument to Socket::Accept (#117691)Pavel Labath1-0/+23
2024-09-13[lldb] Add a MainLoop version of DomainSocket::Accept (#108188)Pavel Labath1-2/+39
2024-09-03[lldb] Add a callback version of TCPSocket::Accept (#106955)Pavel Labath1-0/+38
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-08-26[lldb] Make CommunicationTest compatible with windowsPavel Labath1-1/+1
2021-10-28[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated structMichał Górny1-50/+25
2021-10-26[lldb] [Host] Move port predicate-related logic to gdb-remoteMichał Górny1-3/+1
2021-10-25[lldb] [Utility/UriParser] Return results as 'struct URI'Michał Górny1-20/+6
2021-10-22[lldb] [Utility/UriParser] Replace port==-1 with llvm::NoneMichał Górny1-3/+3
2021-09-24[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM APIMichał Górny1-39/+36
2021-09-24Revert "[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API"Michał Górny1-36/+39
2021-09-24[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM APIMichał Górny1-39/+36
2021-09-23[lldb] Fix DomainSocket::GetSocketName for unnamed socketsPavel Labath1-0/+2
2021-05-14Bump googletest to 1.10.0Benjamin Kramer1-1/+1
2020-09-30[lldb/ipv6] Support running lldb tests in an ipv6-only environment.Jordan Rupprecht1-17/+52
2020-04-27[lldb/unittests] Skip IPv6 test on systems which don't have IPv6 configuredPavel Labath1-9/+3
2020-04-23[lldb/Host] Modernize some socket functionsPavel Labath1-20/+13
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann1-5/+2
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere1-2/+3
2019-09-24[unittest] Skip the socket tests if we $TMPDIR is too long.Jonas Devlieghere1-4/+8
2019-06-27Add a sanity check to the domain socket tests.Adrian Prantl1-1/+5
2019-05-30Make ConnectionFileDescription work with all socketsAntonio Afonso1-0/+62
2019-05-28Fix IPv6 support on lldb-server platformAntonio Afonso1-86/+8
2019-05-18Revert "Fix IPv6 support on lldb-server platform"Alex Langford1-8/+86
2019-05-17Fix IPv6 support on lldb-server platformAlex Langford1-86/+8
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith1-9/+3
2019-02-12[lldb] [unittest] Avoid mixing '127.0.0.1' and 'localhost'Michal Gorny1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Fix the "dangerous use of tempnam" warning in Host/SocketTest.cppPavel Labath1-9/+10
2017-08-29[IPv6] Fix a bug in the IPv6 listen behaviorChris Bieneman1-0/+11
2017-05-12Rename Error -> Status.Zachary Turner1-4/+4
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman1-4/+17
2017-04-19Revert yesterdays IPv6 patchesPavel Labath1-17/+4
2017-04-18Update LLDB Host to support IPv6 over TCPChris Bieneman1-4/+17
2017-04-06Update unittests/Host/SocketTest.cpp to also use the newJason Molenda1-7/+4
2017-03-03[Windows] Remove the #include <eh.h> hack.Zachary Turner1-7/+0
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-160/+168
2016-05-03Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath1-5/+75
2016-05-03Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath1-75/+5