If-then-else is working, untested

This commit is contained in:
2024-11-20 12:50:27 +11:00
parent 34577ecfe1
commit b2b2ca7e53
3 changed files with 58 additions and 5 deletions

19
scripts/gdb_init Normal file
View File

@@ -0,0 +1,19 @@
set breakpoint pending on
break toy_vm.c:547
command 1
print opcode
continue
end
break toy_vm.c:373
command 2
printf "JUMP %d %d %d\n", type, cond, param
continue
end
break toy_vm.c:375