https://github.com/qemu/qemu
Raw File
Tip revision: 54e1f5be86dd11744e45da8be6afad01d01d59e7 authored by Michael Roth on 23 December 2021, 15:52:09 UTC
Update version for v6.1.1 release
Tip revision: 54e1f5b
.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