https://github.com/qemu/qemu
Raw File
Tip revision: 46300ebc385c2907548f44a5976e29145f6d6cdb authored by Michael Tokarev on 16 July 2024, 05:41:13 UTC
Update version for 8.2.6 release
Tip revision: 46300eb
.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