summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_libcdep.cc
AgeCommit message (Expand)Author
2017-11-10[sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka
2017-09-23[ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka
2017-09-22[lsan] Deadly signal handler for lsanVitaly Buka
2017-09-22[sanitizer] Replace thread id with GetThreadSelfVitaly Buka
2017-09-22[sanitizer] Move ScopedErrorReportLock into libcdep versionVitaly Buka
2017-09-19[sanitizer] Don't define common ReportDeadlySignal on FuchsiaPetr Hosek
2017-09-18[sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdepVitaly Buka
2017-09-14[sanitizer] Move stack overflow and signal reporting from Asan into common.Vitaly Buka
2017-09-13[compiler-rt] Compile signal specific functions only for !SANITIZER_GOVitaly Buka
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-08-01[sanitizer_common] Disable filesystem-related code for FuchsiaVitaly Buka
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-04-14[ubsan] Use the correct tool name in diagnosticsVedant Kumar
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2017-01-31[sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-10-28tsan: fix windows buildDmitry Vyukov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15[sanitizer] one more attempt to fix things with __sanitizer_print_memory_pro...Kostya Serebryany
2016-09-14[tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profileKostya Serebryany
2016-09-14[asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany
2016-09-12[asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be ...Filipe Cabecinhas
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-27Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks
2015-10-27[asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-04-08[Sanitizer RT] Get rid of internal_isattyTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-02[ASan/Win] Minor improvements towards enabling coverageTimur Iskhodzhanov
2015-03-17Improve SUMMARY reporting in sanitizers.Alexey Samsonov
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-17Silence an MSVC warning about testing a function for truth without calling itReid Kleckner
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany
2014-12-11[Sanitizer] Fix report_path functionality:Alexey Samsonov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-02-26[sanitizer] Add a flag to enable/disable report colorization.Evgeniy Stepanov
2013-09-03[lsan] Colorize LSan reports.Sergey Matveev
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-05-17[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne