When dealing with GCD worker threads, TSan currently prints weird things like "created by thread T-1" and "[failed to restore the stack]" in reports. This patch avoids that and instead prints "Thread T3 (...) is a GCD worker thread". Differential Revision: https://reviews.llvm.org/D29103 llvm-svn: 293882 |
||
|---|---|---|
| .. | ||
| .clang-format | ||
| CMakeLists.txt | ||
| lsan.cc | ||
| lsan.h | ||
| lsan_allocator.cc | ||
| lsan_allocator.h | ||
| lsan_common.cc | ||
| lsan_common.h | ||
| lsan_common_linux.cc | ||
| lsan_flags.inc | ||
| lsan_interceptors.cc | ||
| lsan_preinit.cc | ||
| lsan_thread.cc | ||
| lsan_thread.h | ||