diff --git a/.gdbinit b/.gdbinit index 9d1ef21e39f3f9105ec3e7becd5d1b8c1043cb3c..b56176a11fcdaa14d4ab33eb8e53e8959d4bf3f5 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,5 +1,5 @@ target remote :3333 - +# monitor reset init monitor arm semihosting enable # send captured ITM to the file /tmp/itm.log @@ -10,5 +10,7 @@ monitor tpiu config internal /tmp/itm.log uart off 16000000 # enable ITM port 0 monitor itm port 0 on -load -step +#load +#step +# monitor reset halt +detach