tatyana-krasnukha added inline comments.
================ Comment at: source/Target/Process.cpp:2462 - // We weren't able to write all of the requested bytes, we - // are done looping and will return the number of bytes that - // we have written so far. ---------------- This comment says that function will return the number of written bytes, but really it will return zero in this case ================ Comment at: source/Target/Process.cpp:2484 // Write any remaining bytes after the last breakpoint if we have any left return 0; // bytes_written; ---------------- This comment relates to line 2476 here Repository: rL LLVM https://reviews.llvm.org/D39967 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits