Removing invalid GDB command
This commit is contained in:
parent
c769bdbd4c
commit
d2221b8fb7
|
@ -1 +1,2 @@
|
|||
/target
|
||||
openocd.gdb
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue