Call fail like in VSS instead of like in fail-targets

This commit is contained in:
2026-03-11 14:55:00 +01:00
parent ad8a908506
commit 7a4bf17670
4 changed files with 47 additions and 18 deletions

View File

@ -15,3 +15,6 @@ qemu-host:
gdb-host:
nix shell nixpkgs#gdb --command gdb ./examples/build-bochs/sum/system.elf -ex "set substitute-path build-bochs ./examples/build-bochs" -ex "target remote localhost:1234" -ex "break os_main"
radare:
radare2 -AA -c "s dbg.os_main; pdf" ./examples/build-bochs/sum/system.elf