================
Comment at:
test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py:51
@@ +50,3 @@
+
+ self.expect("thread step-over")
+ self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
----------------
This test relies on step-over being implemented using (instruction)
single-stepping. If that is ever changed to do a "run to temporary breakpoint",
the test will be ineffective. Could the check be implemented using "thread
step-inst" in a loop? If not then at least make a note of this somewhere.
http://reviews.llvm.org/D8404
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits