From d4c6bde00f4c50eadb9e54a46dd93359398c5fd5 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 28 May 2017 21:09:38 -0500 Subject: [PATCH] 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 --- .gdbinit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gdbinit b/.gdbinit index 6b89d8b..0b51adf 100644 --- a/.gdbinit +++ b/.gdbinit @@ -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