summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.inc
AgeCommit message (Expand)Author
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-12-10[asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov
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-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-05[ASan] Add process basename to log name and error message toYury Gribov
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-28[sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov
2015-05-05[asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany
2015-04-06sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov
2015-03-18[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany
2015-03-05[sanitizer] add a run-time flag to dump the coverage counter bitsetKostya Serebryany
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2015-01-29[asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2015-01-06[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov