https://github.com/qemu/qemu
Raw File
Tip revision: 6afd0c1998fed739d7e62c491ba449365b0e9c28 authored by Peter Maydell on 11 December 2017, 17:49:53 UTC
Update version for v2.11.0-rc5 release
Tip revision: 6afd0c1
.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