summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2013-10-21[lsan] When detect_leaks=false, be completely silent.Sergey Matveev
2013-10-15[lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev
2013-10-15tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov
2013-10-14[lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev
2013-10-14[asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-10-11[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-09-30[LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov
2013-09-27[LSan] Don't report leaks with single-frame stack tracesAlexey Samsonov
2013-09-12[asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-03[lsan] Colorize LSan reports.Sergey Matveev
2013-09-03ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov
2013-08-27Revert r189347: it breaks on machines w/o installed debug versions of system ...Alexey Samsonov
2013-08-27LSan: Check that dynamic linker library is properly symbolizedAlexey Samsonov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2013-08-23Slightly improve lint checker script and fix a few style issuesAlexey Samsonov
2013-08-22[lsan] Add a regression test for building C code.Sergey Matveev
2013-08-22[lsan] Add a stress test.Sergey Matveev
2013-08-22[lsan] Build standalone LSan with -fno-rtti.Sergey Matveev
2013-08-20[LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-07Enable pipefail for LSan testsAlexey Samsonov
2013-08-01[lsan] Add leak_check_at_exit flag.Sergey Matveev
2013-07-26Disable pipefail for lsan.Rafael Espindola
2013-07-22[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev
2013-07-22[lsan] Print direct leaks first.Sergey Matveev
2013-07-18Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg
2013-07-18[lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev
2013-07-12[lsan] Increase the hardcoded limit on number of leaks.Sergey Matveev
2013-07-08[lsan] Fix test.Sergey Matveev
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev
2013-07-08[LSan] Use overridable hook to report error summaryAlexey Samsonov
2013-06-30Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov
2013-06-28[lsan] Fix build again.Sergey Matveev
2013-06-28[lsan] Fix build.Sergey Matveev
2013-06-28[lsan] When verbosity > 1, always print suppressions and summary (even if no ...Sergey Matveev
2013-06-28[lsan] Add suppression support.Sergey Matveev
2013-06-27[lsan] Fix flaky test.Sergey Matveev
2013-06-27[LSan] Add the way to disable LSan at link timeAlexey Samsonov
2013-06-25[lsan] Define interceptors more correctly. Also, always clear allocated memory.Sergey Matveev
2013-06-24Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev
2013-06-22Add cmake rules for building LSan common on Mac OSAlexey Samsonov
2013-06-21[lsan] Try REALLY hard to fix Win build.Sergey Matveev
2013-06-21[lsan] This time really fix Win build.Sergey Matveev
2013-06-21[lsan] Fix win build.Sergey Matveev
2013-06-21[lsan] Increase allocator space; minor fixes.Sergey Matveev
2013-06-21[asan] Move lsan_disabled out of thread context.Sergey Matveev