[Lldb-commits] [PATCH] D14989: Fix race during process interruption

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 25 11:52:13 PST 2015


amccarth added a subscriber: amccarth.
amccarth added a comment.

Nice detective work.


================
Comment at: include/lldb/Target/Process.h:1372
@@ +1371,3 @@
+    /// @param[in] use_run_lock
+    ///     Whether the release the run lock after the stop.
+    ///
----------------
Did you mean "Whether to release ..."?


http://reviews.llvm.org/D14989





More information about the lldb-commits mailing list