summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.h
AgeCommit message (Expand)Author
2017-11-10[sanitizer] Remove unnecessary attribute hidden.Evgeniy Stepanov
2017-11-10[asan] Use dynamic shadow on 32-bit Android.Evgeniy Stepanov
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-01-20[asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-06[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov
2015-01-02Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov
2015-01-02Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth
2014-12-30[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany
2014-12-23[asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany
2014-12-22[Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany
2014-11-06[Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov
2014-10-24Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov
2014-10-14[asan] Add fast_unwind_on_check flag.Evgeniy Stepanov
2014-09-12Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov
2014-09-11[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov
2014-08-12[Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov
2014-07-30[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov
2014-05-29[sanitizer] Add coverage_dir flag.Evgeniy Stepanov
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-05-14[asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany
2014-05-12[asan] Move the "coverage" flag to common flags.Sergey Matveev
2014-04-14[asan] added internal flag mmap_limit_mbKostya Serebryany
2014-04-04[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany
2014-03-21[libsanitizer] Add descriptions for the common flags.Alexander Potapenko
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2014-03-17tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov
2014-02-26[sanitizer] Add a flag to enable/disable report colorization.Evgeniy Stepanov
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-14[sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov
2014-02-12[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov
2014-01-31tsan: fix Go buildDmitry Vyukov
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-21Sanitize printf functions.Alexey Samsonov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-11-27tsan: fix flags parsingDmitry Vyukov
2013-11-26[Sanitizer] Improve external symbolizer behavior.Alexey Samsonov
2013-11-14[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov
2013-11-12[Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-10-15tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov
2013-09-06[sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany
2013-08-01[lsan] Add leak_check_at_exit flag.Sergey Matveev
2013-07-22[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev