diff options
Diffstat (limited to 'uc_str912/prj_test_lcd/load_amontec.gdb')
-rw-r--r-- | uc_str912/prj_test_lcd/load_amontec.gdb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/uc_str912/prj_test_lcd/load_amontec.gdb b/uc_str912/prj_test_lcd/load_amontec.gdb deleted file mode 100644 index 8767ed9..0000000 --- a/uc_str912/prj_test_lcd/load_amontec.gdb +++ /dev/null @@ -1,15 +0,0 @@ -set complaints 1 -set output-radix 16 -set input-radix 16 -set prompt (arm-gdb) - -set remote hardware-breakpoint-limit 2 -set remote hardware-watchpoint-limit 2 - -target remote localhost:3333 - -monitor reset init -monitor halt - -load lcd.elf -file lcd.elf |