[Lldb-commits] [PATCH] D18075: Fix deadlock due to thread list locking in 'bt all' with obj-c

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 11:24:32 PST 2016


fjricci updated this revision to Diff 50454.
fjricci added a comment.

Use vector of tids for iteration, rather than iterating over unlocked threadlist


http://reviews.llvm.org/D18075

Files:
  source/Commands/CommandObjectThread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18075.50454.patch
Type: text/x-patch
Size: 7781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160311/c2bdad8f/attachment.bin>


More information about the lldb-commits mailing list