[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated struct
authorMichał Górny <mgorny@moritz.systems>
Wed, 27 Oct 2021 15:52:45 +0000 (17:52 +0200)
committerMichał Górny <mgorny@moritz.systems>
Thu, 28 Oct 2021 07:57:50 +0000 (09:57 +0200)
commit073c5d0e4706f14b599f62c7bb115b843d0e4962
tree59a29f76fe12d06826499d48bb6543cc4fe90084
parent824bf908194c9267f1f09065ba8e41d7969006ab
[lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated struct

Differential Revision: https://reviews.llvm.org/D112629
lldb/include/lldb/Host/Socket.h
lldb/source/Host/common/Socket.cpp
lldb/source/Host/common/TCPSocket.cpp
lldb/source/Host/common/UDPSocket.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/tools/lldb-server/Acceptor.cpp
lldb/unittests/Host/SocketTest.cpp