Merge remote-tracking branch 'refs/remotes/origin/main'

main
Eggert Jung 6 months ago
commit a3495dbc72

1
.gitignore vendored

@ -1,2 +1,3 @@
.build*
/build*
/tools/qemu.mk

@ -59,7 +59,7 @@ kvm: all
# Execute Qemu with activated GDB stub and directly connect GDB to the spawned Qemu.
gdb: all
${VERBOSE} cgdb -d $(GDB) "$(DBGKERNEL)" \
${VERBOSE} cgdb "$(DBGKERNEL)" \
-ex "set arch $(DBGARCH)" \
-ex "target remote | exec $(QEMU) -gdb stdio $(QEMUKERNEL) -smp $(QEMUCPUS) -S $(QEMUFLAGS) $(DBGFLAGS)"

Loading…
Cancel
Save