mib accepted this revision. mib added a comment. LGTM with @JDevlieghere comments.
================ Comment at: lldb/source/API/SBProcess.cpp:807-811 + if (!dst) { + sb_error.SetErrorStringWithFormat( + "no buffer provided to read %zu bytes into", dst_len); + return 0; + } ---------------- JDevlieghere wrote: > Nit: this isn't using `bytes_read` so I'd move the new code above it. +1 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143012/new/ https://reviews.llvm.org/D143012 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits