summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.cc
AgeCommit message (Expand)Author
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
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-11-14[Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov
2013-11-14[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov
2013-11-01[Sanitizer] Fix Go buildAlexey Samsonov
2013-11-01[Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov
2013-10-23Hoist the addition of the prefix "SUMMARY: " fromNick Lewycky
2013-10-15tsan: be silent if verbosity=0Dmitry Vyukov
2013-10-15tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-05sanitizers: Make sure Visual Studio gets error reportsReid Kleckner
2013-08-26[sanitizer] Handle Die() in StopTheWorld.Sergey Matveev
2013-05-17[nolibc] Move all platforms to internal_getpid.Peter Collingbourne
2013-05-17[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne
2013-05-13[sanitizer] Generic sorting in sanitizer_common.Sergey Matveev
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-03-15[libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko
2013-02-20[Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov
2013-02-07[msan] add strip_path_prefix flag; print error summary; don't crash while pri...Kostya Serebryany
2013-02-06[tsan] print error summary lineKostya Serebryany
2013-02-06[asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany
2013-02-01[Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov
2013-01-31[sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany
2013-01-20Fixup for r172828: use InternalScopedBuffer in favor of large stack buffersAlexey Samsonov
2013-01-18[ASan] Fix the log_path option to use different log files for parent and chil...Alexander Potapenko
2013-01-11asan: fix format string in CHECKDmitry Vyukov
2012-12-11[asan] more sceleton code for asan_allocator2Kostya Serebryany
2012-12-10Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko
2012-12-06tsan: fix lint warning and make output tests more robustDmitry Vyukov
2012-12-06Remove unused variable.Bill Wendling