[Lldb-commits] [PATCH] D111314: [lldb] [ConnectionFileDescriptorPosix] Use a single NativeFile

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 8 01:14:58 PDT 2021


mgorny added a comment.

In D111314#3050383 <https://reviews.llvm.org/D111314#3050383>, @labath wrote:

> At one point these didn't use to be shared pointers so we couldn't copy them like this, though I am still unclear as to why we need two of them in the first place.

Actually, I've asked you on IRC yesterday if you think I should replace them with one field, or if we should keep the separate semantics for some possible use in the future.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111314/new/

https://reviews.llvm.org/D111314



More information about the lldb-commits mailing list