]> git.ipfire.org Git - thirdparty/qemu.git/commit
.gdbinit: load QEMU sub-commands when gdb starts
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 17 May 2017 12:40:42 +0000 (13:40 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 7 Jun 2017 13:38:45 +0000 (14:38 +0100)
commit3a586d2f0bb0cf9c1c7a53f7a183de199c93d0ea
treeb1b0e9469b93c24ae704a9a266b6c28e4ffe57de
parentf652402487be592402a5edc000a652344e842369
.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 <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Eric Blake <eblake@redhat.com>
Message-id: 20170517124042.1430-1-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
.gdbinit [new file with mode: 0644]
configure