从命令行执行模拟下的二进制文件?建议使用
bp.hap.run-until name = X86_HLT_Instr
这是我的完整脚本:
run-command-file "./targets/qsp-x86/firststeps-no-network.simics"
$start = (load-binary ./small)
%rip = $start
%rsp = 0x40001000
%bp.hap.run-until name = X86_HLT_Instr
这是我的运行方式:
./simics t1.simics
这是错误消息:
Parse error: Empty name space
[/home/kcc/simics-projects/t1/t1.simics:5] error parsing command
Error - interrupting script.
另外,我应该阅读什么来更好地理解这种语法?