hanchenye-llvm-project/compiler-rt/lib/lsan
Evgeniy Stepanov 58dbe06230 [asan] Fix deadlock in stack unwinder on android/x86.
Fixes PR17116.
Patch by 林作健 (manjian2006 at gmail.com).

llvm-svn: 190590
2013-09-12 08:16:28 +00:00
..
lit_tests ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. 2013-09-03 13:22:51 +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 [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_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 [asan] Fix deadlock in stack unwinder on android/x86. 2013-09-12 08:16:28 +00:00
lsan_interceptors.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +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