https://github.com/qemu/qemu
Raw File
Tip revision: 38e83a71d02e026d4a6d0ab1ef9855c4924c2c68 authored by Peter Maydell on 11 April 2018, 18:03:24 UTC
Update version for v2.12.0-rc3 release
Tip revision: 38e83a7
.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