https://github.com/qemu/qemu
Raw File
Tip revision: 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2 authored by Peter Maydell on 19 March 2019, 17:17:22 UTC
Update version for v4.0.0-rc0 release
Tip revision: 62a172e
.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