]> git.cryptolib.org Git - arm-crypto-lib.git/blob - gdb-flash
fixing bugs reported by Christian Dernehl
[arm-crypto-lib.git] / gdb-flash
1 target remote localhost:3333
2 set remote hardware-breakpoint-limit 6
3 set remote hardware-watchpoint-limit 4
4 monitor reset halt
5 load
6 monitor reset
7 quit