Combine m_read_sp and m_write_sp into a single m_io_sp. In all
currently existing code paths, they are pointing to the same object
anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111396
[lldb] [ConnectionFileDescriptorPosix] Combine m_read_sp & m_write_sp ClosedPublic Authored by mgorny on Oct 8 2021, 2:57 AM.
Details Summary Combine m_read_sp and m_write_sp into a single m_io_sp. In all
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 11 2021, 2:42 AM Closed by commit rGfee461b1d830: [lldb] [ConnectionFileDescriptorPosix] Combine m_read_sp & m_write_sp (authored by mgorny). · Explain WhyOct 11 2021, 3:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 378609 lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
|