[asan/tracing] write the trace using a sequence of internal_write calls instead of...
authorKostya Serebryany <kcc@google.com>
Tue, 6 Jan 2015 01:11:23 +0000 (01:11 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 6 Jan 2015 01:11:23 +0000 (01:11 +0000)
commite02839b60f26bc7e58cf959729e8f9b4f74f9267
tree6fb4fd35292a95c3fd4cab60e1c989ac2266ab21
parent2d88f3d623e603d11fbf3b7325ed25446842b74f
[asan/tracing] write the trace using a sequence of internal_write calls instead of just one (otherwise files of > 2Gb are trunkated). Also a minor adjustment to the trace collection.

llvm-svn: 225230
compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc