From: Stefan Hajnoczi Date: Wed, 17 May 2017 12:40:42 +0000 (+0100) Subject: .gdbinit: load QEMU sub-commands when gdb starts X-Git-Url: https://repo.jachan.dev/qemu.git/commitdiff_plain/3a586d2f0bb0cf9c1c7a53f7a183de199c93d0ea?hp=3a586d2f0bb0cf9c1c7a53f7a183de199c93d0ea .gdbinit: load QEMU sub-commands when gdb starts The scripts/qemu-gdb.py file is not easily discoverable. Add a .gdbinit file so GDB either loads qemu-gdb.py automatically or prints a message informing the user how to enable them (some systems disable ./.gdbinit loading for security reasons). Symlink .gdbinit and the scripts directory in order to make out-of-tree builds work. The scripts directory is used to find the qemu-gdb.py file specified by a relative path in .gdbinit. Suggested-by: Eric Blake Signed-off-by: Stefan Hajnoczi Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Eric Blake Message-id: 20170517124042.1430-1-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi ---