https://github.com/qemu/qemu
Raw File
Tip revision: 6bbce8b464206e6622216b62841cb3e953d56eb8 authored by Michael Tokarev on 21 September 2023, 16:23:20 UTC
Update version for 8.0.5 release
Tip revision: 6bbce8b
.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