================
Comment at: source/Target/Target.cpp:2605-2606
@@ -2604,4 +2610,1 @@
                 {
-                    if (!synchronous_execution)
-                        m_process_sp->RestoreProcessEvents ();
-
----------------
Can we use a mixed code (for sync and async execution) to avoid copy-paste?

================
Comment at: source/Target/Target.cpp:2627
@@ -2625,2 +2626,3 @@
                         }
+                        m_process_sp->RestoreProcessEvents();
                     }
----------------
it's really needed?

http://reviews.llvm.org/D8562

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to