jloser added inline comments.
================ Comment at: lldb/source/Host/common/NativeProcessProtocol.cpp:652 auto data = + llvm::MutableArrayRef(static_cast<uint8_t *>(buf), bytes_read); ---------------- serge-sans-paille wrote: > random nit: This could be rewritten as > > ``` > llvm::MutableArrayRef data(static_cast<uint8_t *>(buf), bytes_read); > ``` > > now Yep, I just changed that before landing this. Thanks for the review! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141814/new/ https://reviews.llvm.org/D141814 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits