Revision ee29e78fcebf621bdba6f12394eeb8b7378342b7 authored by Michael Tokarev on 16 July 2024, 05:40:38 UTC, committed by Michael Tokarev on 16 July 2024, 05:40:38 UTC
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent 6807403
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