gdbinit: don't reset the microcontroller

simply `step` after the `load` command. This should just work now that we are
using cortex-m-rt v0.2.2
This commit is contained in:
Jorge Aparicio
2017-05-28 21:09:38 -05:00
parent 96e0b4e96b
commit d4c6bde00f

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