refactor: move IOObject::m_should_close_fd into subclasses
authorLawrence D'Anna <lawrence_danna@apple.com>
Fri, 27 Sep 2019 20:43:50 +0000 (20:43 +0000)
committerLawrence D'Anna <lawrence_danna@apple.com>
Fri, 27 Sep 2019 20:43:50 +0000 (20:43 +0000)
commit117512715d66f613b9eb9016725e5c3591f4f9df
tree7a7913626084e72eed9c5d8eb2c7eb1619212880
parent121ef04f04ae1b944d85d249bc337555c9cef4ec
refactor: move IOObject::m_should_close_fd into subclasses

Summary:
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.

Reviewers: labath, JDevlieghere, jasonmolenda

Reviewed By: JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D68152

llvm-svn: 373126
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