- added STR710 example which I used for Eclipse debug testing
[fw/openocd] / testing / examples / STR710Test / prj / eclipse_rom.gdb
1 target remote localhost:3333\r
2 monitor reset\r
3 monitor sleep 500\r
4 monitor poll\r
5 monitor soft_reset_halt\r
6 monitor arm7_9 force_hw_bkpts enable\r
7 monitor mww 0xA0000050 0x01c2\r
8 monitor mdw 0xA0000050\r
9 load\r
10 break main\r
11 continue