Revision af6cb26017a06a81d8f9f66e81e169433be0e5b3 authored by Richard Henderson on 25 November 2021, 09:44:43 UTC, committed by Richard Henderson on 25 November 2021, 09:44:43 UTC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
1 parent 14d02cf
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