This is an archive of the discontinued LLVM Phabricator instance.

[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
currently existing code paths, they are pointing to the same object
anyway.

Diff Detail

Event Timeline

mgorny requested review of this revision.Oct 8 2021, 2:57 AM
mgorny created this revision.
labath accepted this revision.Oct 11 2021, 2:42 AM

seems like a nice cleanup

This revision is now accepted and ready to land.Oct 11 2021, 2:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 3:22 AM