summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2014-02-24AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-14LSan: Print warning about dynamic linker only in verbose modeAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14Delete LSan unit testsAlexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2014-02-04[lsan] simplify use_tls_dynamic.cc testKostya Serebryany
2014-01-31Enable compilation of RT on ARMRenato Golin
2014-01-23[lsan] Expand a comment to document our dynamic TLS hack.Sergey Matveev
2014-01-15[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany
2014-01-10[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany
2014-01-10[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany
2013-12-25[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov
2013-12-25[lsan] Minor code health stuff.Sergey Matveev
2013-12-24[lsan] Refactor the LeakReport class.Sergey Matveev
2013-12-24[lsan] Make the report_objects flag more useful.Sergey Matveev
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-17[lsan] Remove the LSan-specific verbosity flag.Sergey Matveev
2013-12-17[lsan] Introduce print_suppressions flag.Sergey Matveev
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-12-17[lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev
2013-12-17[LSan] Add a real test for suppressions file instead of duplicated test case.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 lsan_testlib.cc.Sergey Matveev
2013-11-25[lsan] Add a missing file.Sergey Matveev
2013-11-25[lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev
2013-11-24[lsan] Use real memset to clear memory in standalone LSan.Sergey Matveev
2013-11-12[Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-11-01[Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov
2013-11-01Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov
2013-10-29[Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-10-23Continue to keep 'SUMMARY: ' prefix in lsan. Whoops!Nick Lewycky
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