[all-commits] [llvm/llvm-project] c9e6b7: [lldb/Host] Modernize some socket functions
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Apr 23 05:20:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9e6b7010c6998b6df50ff376425d1d4e4937bea
https://github.com/llvm/llvm-project/commit/c9e6b7010c6998b6df50ff376425d1d4e4937bea
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M lldb/include/lldb/Host/Socket.h
M lldb/include/lldb/Host/common/UDPSocket.h
M lldb/source/Host/common/Socket.cpp
M lldb/source/Host/common/UDPSocket.cpp
M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
M lldb/unittests/Host/SocketTest.cpp
Log Message:
-----------
[lldb/Host] Modernize some socket functions
return Expected<Socket> instead of a Status object plus a Socket*&
argument.
More information about the All-commits
mailing list