summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan.cc
AgeCommit message (Expand)Author
2017-11-09[sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka
2017-11-09[lsan] Add "static" to internal functionVitaly Buka
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-22[lsan] Deadly signal handler for lsanVitaly Buka
2017-04-11Implement standalone lsan interceptors for OS XFrancis Ricci
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-02-17[LSan] Make parent tool responsible for initializing LSan flags.Alexey Samsonov
2014-12-26[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-26Revert r224838, r224839.Evgeniy Stepanov
2014-12-25[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-17[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, compiler-rt partKostya Serebryany
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-08-26[lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev
2014-08-18[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-12-09[lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev
2013-11-27tsan: fix flags parsingDmitry Vyukov
2013-11-25[lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev
2013-11-12[Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-03ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov
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
2013-06-18[lsan] Set current_thread_tid correctly for main thread.Sergey Matveev
2013-05-23[lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev
2013-05-21[lsan] Invoke leak detection with atexit().Sergey Matveev
2013-05-20[lsan] Standalone LSan initialization.Sergey Matveev