More generic gdb script

This commit is contained in:
Romain Goyet
2015-09-17 12:18:53 +02:00
parent b762589b91
commit 7e552707ca

View File

@@ -5,7 +5,7 @@ target remote localhost:3333
set pagination off
# Load our executable
load boot.elf
load
# Tell OpenOCD to reset and halt
monitor reset halt