summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/Socket.cpp
AgeCommit message (Expand)Author
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski
2025-09-16[lldb-mcp] Launch lldb on demand, if needed. (#158701)John Harrison
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath
2025-06-19[lldb-dap] Make connection URLs match lldb (#144770)Jonas Devlieghere
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath
2025-01-27[lldb] Clean up Socket headers for Android (#124453)Brad Smith
2025-01-23[lldb] Remove support and workarounds for Android 4 and older (#124047)Brad Smith
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-04[lldb][NFC] Move few static helpers to the class Socket (#106640)Dmitry Vasilyev
2024-08-27[lldb] Update Host/windows to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-26[lldb][NFC] Moved the SharedSocket class to Socket.* (#104787)Dmitry Vasilyev
2024-08-16[lldb][NFC] Moved FindSchemeByProtocol() from Acceptor to Socket (#104439)Dmitry Vasilyev
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2023-08-07[lldb] Remove unused Socket::PreDisconnect (NFC)Jonas Devlieghere
2023-07-08Add missing StringExtras.h includesElliot Goodrich
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
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2022-01-07[LLDB] Fix setting of success in Socket::Close()Shafik Yaghmour
2021-10-28[lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuseMichał Górny
2021-10-28[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated structMichał Górny
2021-10-27Revert "[lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse"Med Ismail Bennani
2021-10-27[lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuseMichał Górny
2021-10-26[lldb] [Host] Move port predicate-related logic to gdb-remoteMichał 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
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
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-27refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna
2019-09-21[LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo
2019-09-04[lldb] Fix log statement in Socket::WriteRaphael Isemann
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-21Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-04-08Fix a stack buffer overflow found by ASAN.Adrian Prantl
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny
2019-03-11Fix invalid use of StringRef::data in Socket::DecodeHostAndPortPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth