summaryrefslogtreecommitdiff
path: root/testing/examples/STR710Test/prj/eclipse_rom.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/STR710Test/prj/eclipse_rom.gdb')
-rw-r--r--testing/examples/STR710Test/prj/eclipse_rom.gdb20
1 files changed, 10 insertions, 10 deletions
diff --git a/testing/examples/STR710Test/prj/eclipse_rom.gdb b/testing/examples/STR710Test/prj/eclipse_rom.gdb
index e4a606c9..9e2c3700 100644
--- a/testing/examples/STR710Test/prj/eclipse_rom.gdb
+++ b/testing/examples/STR710Test/prj/eclipse_rom.gdb
@@ -1,11 +1,11 @@
-target remote localhost:3333
-monitor reset
-monitor sleep 500
-monitor poll
-monitor soft_reset_halt
-monitor arm7_9 force_hw_bkpts enable
-monitor mww 0xA0000050 0x01c2
-monitor mdw 0xA0000050
-load
-break main
+target remote localhost:3333
+monitor reset
+monitor sleep 500
+monitor poll
+monitor soft_reset_halt
+monitor arm7_9 force_hw_bkpts enable
+monitor mww 0xA0000050 0x01c2
+monitor mdw 0xA0000050
+load
+break main
continue \ No newline at end of file