[Lldb-commits] [PATCH] D68152: refactor: move IOObject::m_should_close_fd into subclasses
Lawrence D'Anna via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 11:46:58 PDT 2019
lawrence_danna created this revision.
lawrence_danna added reviewers: labath, JDevlieghere, jasonmolenda.
Herald added a project: LLDB.
m_should_close_fd doesn't need to be in IOObject. It will be useful
for my next change to move it down into File and Socket.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68152
Files:
lldb/include/lldb/Host/File.h
lldb/include/lldb/Host/Socket.h
lldb/include/lldb/Utility/IOObject.h
lldb/source/Host/common/File.cpp
lldb/source/Host/common/Socket.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68152.222217.patch
Type: text/x-patch
Size: 5129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190927/f66900b8/attachment.bin>
More information about the lldb-commits
mailing list