https://github.com/qemu/qemu
Raw File
Tip revision: bf8b024372bf8abf5a9f40bfa65eeefad23ff988 authored by Peter Maydell on 23 July 2019, 17:28:08 UTC
Update version for v4.1.0-rc2 release
Tip revision: bf8b024
.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