summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.cc
AgeCommit message (Expand)Author
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
2012-12-06[tsan] add MmapAlignedOrDieKostya Serebryany
2012-11-23[asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany
2012-11-02[Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov
2012-11-02[Sanitizer] move unit test for Printf from tsan to sanitizer_commonAlexey Samsonov
2012-11-02[Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov
2012-11-02[Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov
2012-09-14[asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany
2012-09-11[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov
2012-07-16[Sanitizer] implement straightforward nlogn sorting, as qsort() may call mall...Alexey Samsonov
2012-07-05tsan/asan: kill STLDmitry Vyukov
2012-06-15[Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov
2012-06-07[Sanitizer] Move ReadFileToBuffer to sanitizer_common.Alexey Samsonov
2012-06-06[Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov