xref: /qemu/.gdbinit (revision 3a586d2f)
1*3a586d2fSStefan Hajnoczi# GDB may have ./.gdbinit loading disabled by default.  In that case you can
2*3a586d2fSStefan Hajnoczi# follow the instructions it prints.  They boil down to adding the following to
3*3a586d2fSStefan Hajnoczi# your home directory's ~/.gdbinit file:
4*3a586d2fSStefan Hajnoczi#
5*3a586d2fSStefan Hajnoczi#   add-auto-load-safe-path /path/to/qemu/.gdbinit
6*3a586d2fSStefan Hajnoczi
7*3a586d2fSStefan Hajnoczi# Load QEMU-specific sub-commands and settings
8*3a586d2fSStefan Hajnoczisource scripts/qemu-gdb.py
9