Files
src.dualinventive.com/dinet/sec-multi-proxy/libdipp/common/gdb/noflash.gdb
2024-08-09 12:10:16 +02:00

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