[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
Mon Oct 22 09:16:51 PDT 2018


clayborg added a comment.

Since this is duplicated in so many spots, can we make a helper function to do this to ensure no one gets it wrong. We might be able to pass in the "guard" and "stop_locker" as reference variables and modify them in the helper function.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53412





More information about the lldb-commits mailing list