我试图远程控制trace32并试图添加来自pyhton的命令,在这个过程中,我必须使用python设置断点,但是我不能设置它,因为它没有定义函数名(我已经显示了我的十六进制和精灵),其他函数,比如符号名after ** must be a mapping, not tuple File "C:\Users\AppData\Local\Programs\Python\Pyt
参考Trace32工具的实践脚本语言参考:
Go sieveCOVerage.ADD; run a part of the application在将覆盖缓冲区添加到覆盖数据库的"Coverage.ADD“命令之后,Trace32“停止”意味着Trace32将在下一个CMM语句中中断,用户必须单击“继续”按钮才能运行。
如何在“Trace
我在python演示中看到了下面的代码,其中函数trace32用于使用python启动trace32。# Launch TRACE32 as a sub process - this prevents our scriptt32process=subprocess.Popen([T32BIN,'-c',CONFIGFILE])# be