https://github.com/qemu/qemu
Raw File
Tip revision: b1266b6ee5aecb8f14db1a1e43109b8ecae6131a authored by Peter Maydell on 04 November 2020, 14:13:07 UTC
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20201104-pull-request' into staging
Tip revision: b1266b6
.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