[llvm-branch-commits] [compiler-rt] [lsan] Process non-suspended threads (PR #112807)

Florian Mayer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 18 10:17:29 PDT 2024


================
@@ -41,6 +41,8 @@ LSAN_FLAG(bool, use_ld_allocations, true,
 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
 LSAN_FLAG(bool, use_poisoned, false,
           "Consider pointers found in poisoned memory to be valid.")
+LSAN_FLAG(bool, use_detached, false,
+          "Scan threads even attaching to them failed.")
----------------
fmayer wrote:

even if

https://github.com/llvm/llvm-project/pull/112807


More information about the llvm-branch-commits mailing list