Revision ea6abffa8a08d832feb759d359d5b935e3087cf7 authored by Peter Maydell on 17 July 2018, 17:15:19 UTC, committed by Peter Maydell on 17 July 2018, 17:15:19 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 59b5552
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