[sanitizer] allow to reset the bb/edge coverage data inside the process while it...
authorKostya Serebryany <kcc@google.com>
Wed, 28 Jan 2015 22:39:44 +0000 (22:39 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 28 Jan 2015 22:39:44 +0000 (22:39 +0000)
commit21a1a237903a125b928895996ec77f42f173f8d5
tree110c67aaccbce55b53cf78f4b94a0dfd76bd5fb8
parent08efcd903968894334f31ec472e56421635bdea7
[sanitizer] allow to reset the bb/edge coverage data inside the process while it is running (single-threaded). Also expose the current coverage set to the process.

llvm-svn: 227387
compiler-rt/include/sanitizer/common_interface_defs.h
compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
compiler-rt/test/asan/TestCases/Linux/coverage-reset.cc [new file with mode: 0644]