jingham added a comment.

Oh, yeah, and note the other branch of the if holds the thread list mutex the 
whole time.  So you'll need to change that to get the list of threads, then 
drop the mutex & iterate over them or you'll get into the same problem if 
somebody does:

(lldb) thread backtrace 1 2 3 4 5

or whatever.


http://reviews.llvm.org/D18075



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to