[Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.

Pavel Labath labath at google.com
Wed Mar 18 02:47:11 PDT 2015


================
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/






More information about the lldb-commits mailing list