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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 30 08:49:30 PST 2015


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

One minor nit, but looks good.


================
Comment at: source/Target/Process.cpp:4622
@@ +4621,3 @@
+
+            if (interrupt_requested) {
+                if (StateIsStoppedState (internal_state, true))
----------------
Put "{" on next line


http://reviews.llvm.org/D14989





More information about the lldb-commits mailing list