https://github.com/qemu/qemu
Raw File
Tip revision: 920019e0e0e19c11c5b88adbab8b1b269f907709 authored by Michael Roth on 01 October 2019, 22:27:10 UTC
Update version for 3.1.1.1 release
Tip revision: 920019e
.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