https://github.com/qemu/qemu
Raw File
Tip revision: 3d6e32347a3b57dac7f469a07c5f520e69bd070a authored by Peter Maydell on 03 November 2020, 21:11:57 UTC
Update version for v5.2.0-rc0 release
Tip revision: 3d6e323
.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