https://github.com/qemu/qemu
Raw File
Tip revision: c447afd5783b9237fa51b7a85777007d8d568bfc authored by Peter Maydell on 10 July 2018, 17:19:50 UTC
Update version for v3.0.0-rc0 release
Tip revision: c447afd
.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