execute ltr in position where it doesnt fault

This commit is contained in:
2025-11-23 21:06:14 +01:00
parent d0e6c1e607
commit a7b488f270
5 changed files with 20 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ QEMUKERNEL ?= -kernel $(KERNEL) -initrd $(INITRD)
KVMFLAGS = -enable-kvm -cpu host
QEMUDBGFLAGS = -no-shutdown -no-reboot
GDB = gdb
GDB = cgdb
ifneq ($(XDG_RUNTIME_DIR),)
# We should prefer using domain sockets in a private directory
GDBPORT ?= $(XDG_RUNTIME_DIR)/stubs-gdb.sock