This commit is contained in:
Eggert Jung
2025-04-23 01:31:43 +02:00
parent 5ae907ca5a
commit 91d7affc23
7 changed files with 49 additions and 24 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} $(GDB) "$(DBGKERNEL)" \
${VERBOSE} cgdb -d $(GDB) "$(DBGKERNEL)" \
-ex "set arch $(DBGARCH)" \
-ex "target remote | exec $(QEMU) -gdb stdio $(QEMUKERNEL) -smp $(QEMUCPUS) -S $(QEMUFLAGS) $(DBGFLAGS)"