summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan.cc
Commit message (Expand)AuthorAgeFilesLines
* [lsan] Respect log_path option in standalone LSanMaxim Ostapenko2018-01-221-0/+2
* [sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka2017-11-091-3/+2
* [lsan] Add "static" to internal functionVitaly Buka2017-11-091-1/+1
* [lsan] Add __lsan_default_optionsVitaly Buka2017-09-221-0/+3
* [lsan] Deadly signal handler for lsanVitaly Buka2017-09-221-0/+13
* Implement standalone lsan interceptors for OS XFrancis Ricci2017-04-111-0/+1
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-271-0/+1
* [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov2016-01-141-0/+1
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-0/+1
* [sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov2015-07-211-0/+1
* [LSan] Make parent tool responsible for initializing LSan flags.Alexey Samsonov2015-02-171-1/+31
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-261-4/+1
* Revert r224838, r224839.Evgeniy Stepanov2014-12-261-1/+4
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-251-4/+1
* [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, compiler-rt partKostya Serebryany2014-12-171-0/+6
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-2/+0
* [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev2014-08-261-0/+5
* [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov2014-08-181-12/+1
* [Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov2014-07-261-1/+1
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-171-6/+1
* [lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev2013-12-091-0/+5
* tsan: fix flags parsingDmitry Vyukov2013-11-271-2/+2
* [lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev2013-11-251-5/+13
* [Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov2013-11-121-4/+1
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-251-2/+3
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-1/+2
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-031-6/+3
* [lsan] Add leak_check_at_exit flag.Sergey Matveev2013-08-011-1/+3
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-221-0/+1
* [lsan] Set current_thread_tid correctly for main thread.Sergey Matveev2013-06-181-0/+1
* [lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev2013-05-231-5/+2
* [lsan] Invoke leak detection with atexit().Sergey Matveev2013-05-211-0/+5
* [lsan] Standalone LSan initialization.Sergey Matveev2013-05-201-0/+61