[Lldb-commits] [PATCH] D53412: [lldb] Fixed deadlock when SBProcess is Kill()ed and inspected

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 28 11:30:46 PDT 2019


clayborg added a comment.

In D53412#1446252 <https://reviews.llvm.org/D53412#1446252>, @cameron314 wrote:

> @clayborg, I'm not sure how that would work. There's many places that lock the process run lock without locking the target API mutex, and vice versa.


Add an argument to the ProcessLocker constructor maybe?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53412/new/

https://reviews.llvm.org/D53412





More information about the lldb-commits mailing list