https://github.com/qemu/qemu
Raw File
Tip revision: 60b4f3aff4e39be04f5d73c65a7e8ef838475c9f authored by Michael Tokarev on 08 June 2024, 21:24:11 UTC
Update version for 9.0.1 release
Tip revision: 60b4f3a
.gdbinit
# GDB may have ./.gdbinit loading disabled by default.  In that case you can
# follow the instructions it prints.  They boil down to adding the following to
# your home directory's ~/.gdbinit file:
#
#   add-auto-load-safe-path /path/to/qemu/.gdbinit

# Load QEMU-specific sub-commands and settings
source scripts/qemu-gdb.py
back to top