summaryrefslogtreecommitdiff
path: root/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/LPC2294Test/prj/eclipse_rom.gdb')
-rw-r--r--testing/examples/LPC2294Test/prj/eclipse_rom.gdb20
1 files changed, 10 insertions, 10 deletions
diff --git a/testing/examples/LPC2294Test/prj/eclipse_rom.gdb b/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
index bbaf76b5..86780056 100644
--- a/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
+++ b/testing/examples/LPC2294Test/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 0xE01FC040 0x0002
-monitor mdw 0xE01FC040
-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 0xE01FC040 0x0002
+monitor mdw 0xE01FC040
+load
+break main
continue \ No newline at end of file