forked from auracaster/openocd
- added STR710 example which I used for Eclipse debug testing
git-svn-id: svn://svn.berlios.de/openocd/trunk@406 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
11
testing/examples/STR710Test/prj/eclipse_rom.gdb
Normal file
11
testing/examples/STR710Test/prj/eclipse_rom.gdb
Normal file
@@ -0,0 +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
|
||||
continue
|
||||
Reference in New Issue
Block a user