Removing invalid GDB command

master
Ryan Summers 2021-01-29 10:18:47 +01:00
parent c769bdbd4c
commit d2221b8fb7
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
openocd.gdb

View File

@ -14,9 +14,6 @@ break DefaultHandler
break HardFault
break rust_begin_unwind
source ../../PyCortexMDebug/cmdebug/svd_gdb.py
svd_load ~/Downloads/STM32H743x.svd
load
# tbreak cortex_m_rt::reset_handler
monitor reset halt