summaryrefslogtreecommitdiff
path: root/lldb/unittests/debugserver/RNBSocketTest.cpp
AgeCommit message (Expand)Author
2024-11-30[lldb] Fix warning: 'sprintf' is deprecated in RNBSocketTestJonas Devlieghere
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-11-27[lldb] Fix RNBSocketTest for #117691Pavel Labath
2021-10-26[lldb] [unittests] Fix TcpListen() call in RNBSocketTestMichał Górny
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
2020-12-08[lldb] Fix -Wformat warning in debugserver unit testJonas Devlieghere
2020-04-23[lldb] Make RNBSocketTest compile again after socket modernizationRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-13Fix debugserver accepting remote connectionsChris 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 DebugServer to support IPv6 over TCPChris Bieneman
2017-04-18Update LLDB Host to support IPv6 over TCPChris Bieneman
2017-04-12Support Unit Testing debugserverChris Bieneman