================
Comment at: 
test/expression_command/expr-in-syscall/TestExpressionInSyscall.py:53
@@ +52,3 @@
+
+        # give the child enough time to reach the syscall
+        # clearing out all the pending events
----------------
What gives time to the inferior to reach the syscall?
Should we add a sleep(1) here?

================
Comment at: 
test/expression_command/expr-in-syscall/TestExpressionInSyscall.py:56
@@ +55,3 @@
+        while listener.WaitForEvent(2, event):
+            True
+
----------------
(nit): The "idiomatic" way for this is to use the "pass" keyword

http://reviews.llvm.org/D10519

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