https://github.com/qemu/qemu
Raw File
Tip revision: 1dfcf652e6ae5eb6b98d2c55a509e8eb054a2fab authored by Michael Roth on 12 April 2019, 03:27:39 UTC
Update version for 3.0.1 release
Tip revision: 1dfcf65
.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