summaryrefslogtreecommitdiff
path: root/testing/examples/STR710Test/prj/eclipse_ram.gdb
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-01 12:49:20 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-01 12:49:20 +0000
commit387435a368a8b49a6ef3e7ab6671342c8e0bc481 (patch)
treec19b6787a028066fc48b0edc63b0410956ab75cb /testing/examples/STR710Test/prj/eclipse_ram.gdb
parent5653e6c77c1db80d34a5798beb2ebb4283132b54 (diff)
downloadopenocd+libswd-387435a368a8b49a6ef3e7ab6671342c8e0bc481.tar.gz
openocd+libswd-387435a368a8b49a6ef3e7ab6671342c8e0bc481.tar.bz2
openocd+libswd-387435a368a8b49a6ef3e7ab6671342c8e0bc481.tar.xz
openocd+libswd-387435a368a8b49a6ef3e7ab6671342c8e0bc481.zip
- added svn prop eol-style native
- fixed mixed line endings on crt.s git-svn-id: svn://svn.berlios.de/openocd/trunk@407 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/examples/STR710Test/prj/eclipse_ram.gdb')
-rw-r--r--testing/examples/STR710Test/prj/eclipse_ram.gdb20
1 files changed, 10 insertions, 10 deletions
diff --git a/testing/examples/STR710Test/prj/eclipse_ram.gdb b/testing/examples/STR710Test/prj/eclipse_ram.gdb
index 2ce0e9ae..511ed591 100644
--- a/testing/examples/STR710Test/prj/eclipse_ram.gdb
+++ b/testing/examples/STR710Test/prj/eclipse_ram.gdb
@@ -1,11 +1,11 @@
-target remote localhost:3333
-monitor reset
-monitor sleep 500
-monitor poll
-monitor soft_reset_halt
-monitor arm7_9 sw_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 sw_bkpts enable
+monitor mww 0xA0000050 0x01c2
+monitor mdw 0xA0000050
+load
+break main
continue \ No newline at end of file