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