summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.cc
AgeCommit message (Expand)Author
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2015-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-07-17[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov
2015-04-09Use error_t rather than int in a couple of places where we handle filesTimur Iskhodzhanov
2015-02-18tsan: add -Wno-maybe-uninitialized to mingw gcc build flagsDmitry Vyukov
2015-02-16tsan: fix compiler warningDmitry Vyukov
2015-02-12[Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.Alexey Samsonov
2015-01-20[asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov
2015-01-19[sanitizer] Switch flag parsing to LowLevelAlloc.Evgeniy Stepanov
2015-01-17[sanitizer] Adjust max read size in FlagHandlerIncludeHal Finkel
2015-01-16[sanitizer] Additional error checking.Evgeniy Stepanov
2015-01-15[sanitizer] Implement include= option.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
2014-12-30[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany
2014-12-26[sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov
2014-12-23[asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany
2014-12-19[sanitizer] initialize two flas in SetCommonFlagsDefaultsKostya Serebryany
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany
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-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-07-09[Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.Alexey Samsonov
2014-06-02[asan] Default to memory-mapped coverage on Android.Evgeniy Stepanov
2014-05-29[sanitizer] Add coverage_dir flag.Evgeniy Stepanov
2014-05-29[sanitizer] Require that options end with '='.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-24[asan] enable use_sigaltstack by default (this will provide verbose reports o...Kostya Serebryany
2014-04-22[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany
2014-04-22[sanitizer] enable check_printf by default for asan and tsan. We've been usin...Kostya Serebryany
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-24Fix a VS compile-time warningTimur Iskhodzhanov
2014-03-21[libsanitizer] Add descriptions for the common flags.Alexander Potapenko
2014-03-20[libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in san...Alexander Potapenko
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2014-03-17tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov