[Lldb-commits] [lldb] [lldb] Make ProcessRunLock recursive on the read side per-thread (PR #201685)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 4 15:46:09 PDT 2026
================
@@ -0,0 +1,125 @@
+"""
+Test that ProcessRunLock re-entrant read locks don't deadlock when a frame
+provider's get_frame_at_index calls SB API methods.
+
+This reproduces the deadlock seen in lldb-rpc-server where:
----------------
jimingham wrote:
You explain this bad scenario in three places. Probably can do it once and have the other places say "see here"?
https://github.com/llvm/llvm-project/pull/201685
More information about the lldb-commits
mailing list