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
+1 -3
View File
@@ -4,6 +4,4 @@ monitor arm semihosting enable
# monitor tpiu config internal itm.fifo uart off 8000000 # monitor tpiu config internal itm.fifo uart off 8000000
# monitor itm port 0 on # monitor itm port 0 on
load load
tbreak cortex_m_rt::reset_handler step
monitor reset halt
continue