summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts/sancov.py
AgeCommit message (Expand)Author
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-02-12sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.NAKAMURA Takumi
2017-02-11sancov.py: [Py3] Use sys.stdout.buffer for bytes.NAKAMURA Takumi
2017-02-07sancov.py: [Py3] Use bytes.decode() explicitly.NAKAMURA Takumi
2017-02-07sancov.py: [Py3] Use '//' instead of '/' as division operator.NAKAMURA Takumi
2016-04-22[ASAN] Use struct instead of array in sancov.pySagar Thakur
2015-05-12[sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().Sergey Matveev
2015-05-06[sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev
2015-04-01[Sanitizers Coverage] Make sancov.py work with wildcards from Windows CMD shellTimur Iskhodzhanov
2015-03-25[PowerPC]Fix sancov.py to once again support big endianBill Seurer
2015-03-19[sanitizer] fix 'sancov.py merge' and add a test for itKostya Serebryany
2015-03-19[sanitizer] trying to fix sancov.py with 32-bit pythonKostya Serebryany
2015-03-18[sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany
2015-03-18[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany
2015-03-17[sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany
2014-12-25[sanitizer] Tweak sancov.py output.Evgeniy Stepanov
2014-12-25[sanitizer] sancov.py: print status to stderrEvgeniy Stepanov
2014-06-03[sancov] Handle spaces in module name.Evgeniy Stepanov
2014-06-02[sancov] Remove debug leftovers and update usage text.Evgeniy Stepanov
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2013-11-15[asan] helper script to dump/merge coverage dataKostya Serebryany