Executing a binary under simulation from a command line? suggests to use
bp.hap.run-until name = X86_HLT_Instr
Here is my full script:
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
here is how I run it:
./simics t1.simics
here is the error message:
Parse error: Empty name space
[/home/kcc/simics-projects/t1/t1.simics:5] error parsing command
Error - interrupting script.
Also, what should I read to understand this syntax better?