llvm-project/compiler-rt/lib/lsan
Sergey Matveev da9f5e7e7f [asan] Improve thread lifetime tracking on POSIX systems.
Call AsanThread::Destroy() from a late-running TSD destructor.
Previously we called it before any user-registered TSD destructors, which caused
false positives in LeakSanitizer.

llvm-svn: 192585
2013-10-14 12:01:05 +00:00
..
lit_tests [asan] Improve thread lifetime tracking on POSIX systems. 2013-10-14 12:01:05 +00:00
tests [lsan] Build standalone LSan with -fno-rtti. 2013-08-22 13:23:22 +00:00
CMakeLists.txt [lsan] Build standalone LSan with -fno-rtti. 2013-08-22 13:23:22 +00:00
Makefile.mk [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) 2013-08-20 14:49:01 +00:00
lsan.cc [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files 2013-09-10 14:36:16 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc Revert to C-style callbacks for iteration over allocator chunks. 2013-06-24 08:34:50 +00:00
lsan_allocator.h
lsan_common.cc Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers 2013-10-04 08:55:03 +00:00
lsan_common.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
lsan_common_linux.cc [LSan] Rework r191522 - treat allocations with short stack traces as live 2013-09-30 10:57:56 +00:00
lsan_interceptors.cc [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() 2013-10-12 12:23:00 +00:00
lsan_thread.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00