llvm-project/compiler-rt/lib/lsan
Alexey Samsonov 1440105338 [Sanitizer] Simplify Symbolizer creation interface.
Get rid of Symbolizer::Init(path_to_external) in favor of
thread-safe Symbolizer::GetOrInit(), and use the latter version
everywhere. Implicitly depend on the value of external_symbolizer_path
runtime flag instead of passing it around manually.

No functionality change.

llvm-svn: 214005
2014-07-26 01:37:23 +00:00
..
CMakeLists.txt [asan] adding support of 32-bit address sanitizer for MIPS 2014-06-24 12:08:18 +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] Simplify Symbolizer creation interface. 2014-07-26 01:37:23 +00:00
lsan.h [lsan] Unbreak standalone LSan's initialization by making it more like ASan's. 2013-11-25 14:25:36 +00:00
lsan_allocator.cc [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.google.com/p/address-sanitizer/issues/detail?id=257 2014-01-10 10:48:01 +00:00
lsan_allocator.h
lsan_common.cc [sanitizer] Make LSan/MSan/TSan honor the "color" flag. 2014-06-04 16:57:03 +00:00
lsan_common.h [lsan] disable lsan if wordsize is not 64 2014-05-21 08:30:18 +00:00
lsan_common_linux.cc LSan: Print warning about dynamic linker only in verbose mode 2014-02-14 15:12:46 +00:00
lsan_interceptors.cc [sanitizer] support c11 aligned_alloc, Linux only for now 2014-07-04 07:30:34 +00:00
lsan_preinit.cc [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it across sanitizers. 2014-07-25 22:05:02 +00:00
lsan_thread.cc [lsan] Support ASan's stack-use-after-return mode in LSan. 2013-10-14 14:04:50 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00