https://github.com/qemu/qemu
Raw File
Tip revision: 0a0dc59d27527b78a195c2d838d28b7b49e5a639 authored by Peter Maydell on 13 December 2017, 14:31:09 UTC
Update version for v2.11.0 release
Tip revision: 0a0dc59
.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