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