fjricci added a comment.

> SymbolVendor::FindFunctions will lazily parse functions from the debug info 
> and populate things inside the module, so the lock is required.

Can it give up the lock while it's blocked on worker threads? Holding a lock 
while blocked seems like a recipe for deadlocks (like this one).


https://reviews.llvm.org/D41909



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

Reply via email to