added the qemu tools thingie to gitignore since llvm-gdb is outdated and no longer used by the real cool kids

This commit is contained in:
Simon
2025-04-27 20:59:48 +02:00
parent 0666fc30c7
commit 92792d9cac
2 changed files with 2 additions and 1 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} cgdb "$(DBGKERNEL)" \
-ex "set arch $(DBGARCH)" \
-ex "target remote | exec $(QEMU) -gdb stdio $(QEMUKERNEL) -smp $(QEMUCPUS) -S $(QEMUFLAGS) $(DBGFLAGS)"