Revision 7c09a7f6ae1770d15535980d15dffdb23f4d9786 authored by Stefan Hajnoczi on 22 November 2022, 23:59:56 UTC, committed by Stefan Hajnoczi on 22 November 2022, 23:59:56 UTC
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
1 parent 80e99f2
Raw File
.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