[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


================
@@ -559,6 +581,24 @@ static void ProcessThreads(SuspendedThreadsList const &suspended_threads,
 
     DirectMemoryAccessor accessor;
     ProcessThread(os_id, sp, registers, extra_ranges, frontier, accessor);
+    done_threads.push_back(os_id);
----------------
fmayer wrote:

Should this be under `use_detached`?

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


More information about the llvm-branch-commits mailing list