[Lldb-commits] [PATCH] D110391: [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 24 02:07:46 PDT 2021
mgorny updated this revision to Diff 374762.
mgorny edited the summary of this revision.
mgorny added a comment.
Change the return type to `llvm::Error`, replacing duplicate `bool`+`Status`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110391/new/
https://reviews.llvm.org/D110391
Files:
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/tools/lldb-server/Acceptor.cpp
lldb/unittests/Host/SocketTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110391.374762.patch
Type: text/x-patch
Size: 11752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210924/9d9e34d2/attachment-0001.bin>
More information about the lldb-commits
mailing list