[Lldb-commits] [lldb] New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thread stepping (PR #90930)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 27 11:34:40 PDT 2024
================
@@ -2838,6 +2844,14 @@ void PruneThreadPlans();
return std::nullopt;
}
+ /// Handle thread specific async interrupt and return the original thread
+ /// that requested the async interrupt. It can be null if original thread
+ /// has exited.
----------------
jimingham wrote:
You should say what the `description` string is for.
https://github.com/llvm/llvm-project/pull/90930
More information about the lldb-commits
mailing list