summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.cc
AgeCommit message (Expand)Author
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-12[windows] Fix deadlock on mmap failure due to CHECK recursionReid Kleckner
2015-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2015-07-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2015-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-17[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov
2015-06-29[libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),Alexander Potapenko
2015-06-26[libsanitizer] Delete the unused GetBinaryName() function.Alexander Potapenko
2015-06-05[ASan] Add process basename to log name and error message toYury Gribov
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-04-02[ASan/Win] Minor improvements towards enabling coverageTimur Iskhodzhanov
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-03-17Improve SUMMARY reporting in sanitizers.Alexey Samsonov
2015-03-02[Sanitizer] Fix StripPathPrefix function and improve test case.Alexey Samsonov
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-19[Sanitizer] Move TemplateMatch() to sanitizer_common.cc. NFC.Alexey Samsonov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-16[sanitizer] Additional error checking.Evgeniy Stepanov
2015-01-08Fix memory leaks in GetListOfModules() users.Alexey Samsonov
2015-01-08[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-12-11[Sanitizer] Don't modify mmap_limit_mb flag in runtime.Alexey Samsonov
2014-12-11[Sanitizer] Fix report_path functionality:Alexey Samsonov
2014-12-02Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-11-04[Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-06-11[asan] Exclude non-executable mappings from coverage.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
2014-04-24tsan: stop background thread when sandbox is enabledDmitry Vyukov
2014-04-15[ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko
2014-04-15[asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany
2014-04-14[asan] added internal flag mmap_limit_mbKostya Serebryany
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2013-12-25[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-04[sanitizer] Fix log_path behavior with StopTheWorld.Sergey Matveev
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson