Merge pull request #9 from japaric/no-reset

gdbinit: don't reset the microcontroller
This commit is contained in:
Jorge Aparicio
2017-05-28 21:11:49 -05:00
committed by GitHub

View File

@@ -4,6 +4,4 @@ monitor arm semihosting enable
# monitor tpiu config internal itm.fifo uart off 8000000
# monitor itm port 0 on
load
tbreak cortex_m_rt::reset_handler
monitor reset halt
continue
step