[Lldb-commits] [PATCH] D41909: Fix deadlock in dwarf logging

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 11 14:09:43 PST 2018


clayborg added a comment.

We will need to pass the mutex down into any call that needs to let the mutex go. At least that is the only way I could see this working... But then all functions that do anything lazily will need this same treatment. Lot of trouble for the logging.


https://reviews.llvm.org/D41909





More information about the lldb-commits mailing list