summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.cc
Commit message (Expand)AuthorAge
* tsan: parse symbolize/external_symbolizer_path common flagsDmitry Vyukov2013-10-23
* tsan: actually parse verbofity flagDmitry Vyukov2013-10-15
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-15
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov2013-10-11
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* [lsan] Add leak_check_at_exit flag.Sergey Matveev2013-08-01
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-22
* [sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov2013-06-25
* [sanitizer] ioctl interceptor.Evgeniy Stepanov2013-06-07
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-29
* [asan] Common flags in ASan.Sergey Matveev2013-05-06
* tsan: better flag parsing: do not confuse flag that is a part of another flagDmitry Vyukov2013-03-27
* [Sanitizer] Allow runtime flags be separated by colon as well as spaceAlexey Samsonov2013-02-19
* [Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov2012-08-27
* [Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc()...Alexey Samsonov2012-08-27
* [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...Alexey Samsonov2012-07-09