summaryrefslogtreecommitdiff
path: root/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
AgeCommit message (Expand)Author
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath
2022-12-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song
2022-08-26[lldb] Make CommunicationTest compatible with windowsPavel Labath
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-04-28[lldb] Remove ConnectionFileDescriptorTest.Connectv(4|6)Jonas Devlieghere
2022-04-28[lldb] Fix crash when launching in terminalJonas Devlieghere
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
2020-04-27[lldb/unittests] Skip IPv6 test on systems which don't have IPv6 configuredPavel 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-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
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