19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
set width 0
|
|
set height 0
|
|
set verbose off
|
|
|
|
# Turn of prompt only for quit command and not for breakpoints
|
|
define hook-quit
|
|
set confirm off
|
|
end
|
|
|
|
source .gdbinit
|
|
|
|
monitor arm semihosting enable
|
|
monitor reset halt
|
|
#monitor reset init
|
|
#monitor sleep 50
|
|
#monitor flash probe 0
|
|
#monitor stm32f4x mass_erase 0
|
|
monitor reset init
|