summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan.cc
Commit message (Expand)AuthorAge
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-03
* [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
* [lsan] Set current_thread_tid correctly for main thread.Sergey Matveev2013-06-18
* [lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev2013-05-23
* [lsan] Invoke leak detection with atexit().Sergey Matveev2013-05-21
* [lsan] Standalone LSan initialization.Sergey Matveev2013-05-20