dirty inbetween work commit

This commit is contained in:
Simon
2025-04-22 23:19:31 +02:00
parent e4575605aa
commit 5ae907ca5a
3 changed files with 14 additions and 9 deletions

View File

@@ -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} $(GDB) "$(DBGKERNEL)" \
-ex "set arch $(DBGARCH)" \
-ex "target remote | exec $(QEMU) -gdb stdio $(QEMUKERNEL) -smp $(QEMUCPUS) -S $(QEMUFLAGS) $(DBGFLAGS)"