Hello @bnahill and co developers
Thanks for this tool. I came across it in this Interrupt blog. So I cloned the repo, installed it with python3 with setup.py. Then in gdb I tried
source ~/PyCortexDebug/cmdebug/svd_gdb.py
which gives the following error
Traceback (most recent call last):
File "~/PyCortexDebug/cmdebug/svd_gdb.py", line 26, in <module>
ModuleNotFoundError: No module named 'cmdebug'
Any obvious thing that I am missing? Thanks.