[Lldb-commits] [PATCH] D25783: [Host] handle short reads and writes

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 19 13:54:23 PDT 2016


zturner added a comment.

Also you are right that I misspoke about the append case.  But still, I just think that if writing to the same file from multiple processes is something we care about, we should support it "for real" instead of just pretending to.  That means some kind of cross-process synchronization such as a shared mutex.


https://reviews.llvm.org/D25783





More information about the lldb-commits mailing list