summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-122/+0
* [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov2016-02-221-10/+6
* sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne2016-01-151-5/+4
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-2/+2
* Use error_t rather than int in a couple of places where we handle filesTimur Iskhodzhanov2015-04-091-1/+1
* Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov2015-04-091-2/+1
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-091-2/+1
* Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov2015-04-091-1/+1
* [Sanitizers] Make OpenFile more portableTimur Iskhodzhanov2015-04-081-2/+2
* [ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov2015-04-061-1/+0
* [Sanitizer] Be consistent about separating ==%PID== and logged data.Alexey Samsonov2015-03-311-1/+1
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-1/+1
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-081-17/+21
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-081-5/+6
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-261-8/+7
* Revert r224838, r224839.Evgeniy Stepanov2014-12-261-7/+8
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-251-8/+7
* [asan] Fix line >80 chars.Evgeniy Stepanov2014-12-231-1/+2
* [asan] Better error message in coverage.Evgeniy Stepanov2014-12-231-2/+2
* Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov2014-12-021-5/+3
* [Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov2014-11-041-2/+1
* [asan] Exclude non-executable mappings from coverage.Evgeniy Stepanov2014-06-111-6/+8
* [asancov] Faster coverage in memory-mapped mode.Evgeniy Stepanov2014-06-051-14/+19
* [sancov] Handle fork.Evgeniy Stepanov2014-06-041-5/+22
* [sancov] Fix map update logic on Android.Evgeniy Stepanov2014-06-031-28/+31
* [sanitizer] Add coverage_dir flag.Evgeniy Stepanov2014-05-291-7/+11
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+97
OpenPOWER on IntegriCloud