summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner2015-08-101-0/+26
* [sanitizer] Fix Mac build.Evgeniy Stepanov2015-07-281-0/+11
* [asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov2015-07-281-5/+9
* [Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov2015-07-171-11/+11
* [libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),Alexander Potapenko2015-06-291-1/+13
* [libsanitizer] Delete the unused GetBinaryName() function.Alexander Potapenko2015-06-261-4/+0
* [ASan] Add process basename to log name and error message toYury Gribov2015-06-051-1/+7
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-041-0/+18
* [sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas2015-06-041-1/+2
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-091-2/+2
* Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov2015-04-091-2/+2
* Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov2015-04-091-3/+3
* [Sanitizers] Make OpenFile more portableTimur Iskhodzhanov2015-04-081-7/+5
* [ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov2015-04-061-2/+3
* [ASan/Win] Minor improvements towards enabling coverageTimur Iskhodzhanov2015-04-021-1/+8
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-2/+2
* Improve SUMMARY reporting in sanitizers.Alexey Samsonov2015-03-171-8/+5
* [Sanitizer] Fix StripPathPrefix function and improve test case.Alexey Samsonov2015-03-021-6/+6
* [Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov2015-02-271-6/+10
* [Sanitizer] Move TemplateMatch() to sanitizer_common.cc. NFC.Alexey Samsonov2015-02-191-0/+42
* [asan] Allow changing verbosity in activation flags.Evgeniy Stepanov2015-01-201-0/+2
* [sanitizer] Additional error checking.Evgeniy Stepanov2015-01-161-3/+7
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-081-0/+9
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-081-8/+9
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-151-6/+15
* [Sanitizer] Don't modify mmap_limit_mb flag in runtime.Alexey Samsonov2014-12-111-6/+3
* [Sanitizer] Fix report_path functionality:Alexey Samsonov2014-12-111-34/+58
* Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov2014-12-021-8/+7
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-20/+0
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-0/+20
* [Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov2014-11-051-19/+0
* [Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov2014-11-041-11/+8
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-17/+0
* [asan] Exclude non-executable mappings from coverage.Evgeniy Stepanov2014-06-111-1/+2
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-12/+0
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-3/+3
* tsan: stop background thread when sandbox is enabledDmitry Vyukov2014-04-241-0/+7
* [ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko2014-04-151-1/+1
* [asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany2014-04-151-1/+2
* [asan] added internal flag mmap_limit_mbKostya Serebryany2014-04-141-0/+18
* Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger2014-02-261-1/+1
* Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner2014-02-221-1/+1
* Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger2014-02-211-1/+1
* [Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov2013-12-251-1/+1
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-181-1/+1
* [sanitizer] Fix log_path behavior with StopTheWorld.Sergey Matveev2013-12-041-0/+7
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+11
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-11/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+11
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-141-7/+11
OpenPOWER on IntegriCloud