https://github.com/qemu/qemu
Raw File
Tip revision: 0d52116fd82cdd1f4a88837336af5b6290c364a4 authored by Richard Henderson on 16 August 2023, 00:10:57 UTC
Update version for v8.1.0-rc4 release
Tip revision: 0d52116
.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