aboutsummaryrefslogtreecommitdiffstats
path: root/test/watchpoint1.script
diff options
context:
space:
mode:
Diffstat (limited to 'test/watchpoint1.script')
-rw-r--r--test/watchpoint1.script14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/watchpoint1.script b/test/watchpoint1.script
new file mode 100644
index 00000000..94897d11
--- /dev/null
+++ b/test/watchpoint1.script
@@ -0,0 +1,14 @@
+list
+watch c
+display c
+display nr
+display NR
+break 6
+run
+continue
+continue
+continue
+continue
+continue
+continue
+quit