[Lldb-commits] [lldb] Convert the StackFrameList mutex to a shared mutex. (PR #117252)

via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 10 11:13:28 PST 2024


================
@@ -25,6 +25,7 @@
 #include "lldb/Target/Unwind.h"
 #include "lldb/Utility/LLDBLog.h"
 #include "lldb/Utility/Log.h"
+#include "llvm/ADT/ScopeExit.h"
----------------
jimingham wrote:

True, that.

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


More information about the lldb-commits mailing list