https://github.com/qemu/qemu
Raw File
Tip revision: 8fe9f1f891eff4e37f82622b7480ee748bf4af74 authored by Peter Maydell on 14 April 2021, 21:06:18 UTC
Update version for v6.0.0-rc3 release
Tip revision: 8fe9f1f
.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