mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
9 lines
326 B
Text
9 lines
326 B
Text
|
# 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
|