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

Cameron via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 22 13:01:52 PDT 2018


cameron314 added a comment.

I suppose we could but there's a few places outside of SBProcess that also use the run lock and API mutex; personally, I prefer it to be explicit which mutex is being taken first.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53412





More information about the lldb-commits mailing list