No pagination in GDB

This commit is contained in:
Romain Goyet
2015-05-24 21:43:12 +02:00
parent a7d3e8e6c9
commit c09a7cdc8b

View File

@@ -1,6 +1,9 @@
# Let's connect to OpenOCD
target remote localhost:3333
# GDB pagniation is annoying
set pagination off
# Load our executable
load boot.elf