[Lldb-commits] [PATCH] D39967: Refactoring of MemoryWrite function

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 15 00:17:07 PST 2017


tatyana-krasnukha added a comment.

Still have a feeling that it is not enough to clarify for function users that "if (bytes_written != bytes_to_write)" is not always criteria of error, as well as "if (error.Success())" doesn't mean that whole area was written to memory...


Repository:
  rL LLVM

https://reviews.llvm.org/D39967





More information about the lldb-commits mailing list